plotPNG2 | R Documentation |
Make png file with a plot code
plotPNG2( x, file, type, width = 7, height = 7, units = "in", res = 300, ggplot = FALSE )
x |
A R code string for plot |
file |
A path of destination file |
type |
A character |
width |
A plot width |
height |
A plot height |
units |
The units in which height and width are given. Can be px (pixels, the default), in (inches), cm or mm. |
res |
The nominal resolution in ppi |
ggplot |
A logical. Set this argument true if the R code is for ggplot |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.