Skip to contents

Save figure

Usage

save_figure(
  filename,
  ...,
  scaling = 0.4,
  height = 16,
  width = 16,
  units = "cm",
  res = 400
)

Arguments

filename

Cf. ?ragg::agg_tiff.

...

The object to be plotted.

scaling

Cf. ?ragg::agg_tiff.

height

Cf. ?ragg::agg_tiff.

width

Cf. ?ragg::agg_tiff.

units

Cf. ?ragg::agg_tiff.

res

Cf. ?ragg::agg_tiff.

Value

A character string indicating the path to the saved figure.