flodia_png | R Documentation |
save a flodia as png
flodia_png(
f,
filepath,
width = 1200,
res = 200,
oma = rep(0.1, 4),
args = list(),
...
)
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 |
... |
other arguments to png() |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.