save a flodia

flodia_png(
  f,
  filepath,
  width = 1200,
  res = 200,
  oma = rep(0.1, 4),
  args = list(),
  ...
)

Arguments

f

flodia plot function

filepath

desired location of output eg "test.png"

width

width in pixels of output (height is calculated automatically based on plot dimensions)

res

resolution of plot default = 200 dpi

oma

numeric of length 4 specifying outer margin of plot, at x0, y0, x1, and y1. Default is 0.1

args

list of named arguments to f

...

other arguments to png()