plotPNG2 {rrtable} | R Documentation |
Make png file with a plot code
Description
Make png file with a plot code
Usage
plotPNG2(
x,
file,
type,
width = 7,
height = 7,
units = "in",
res = 300,
ggplot = FALSE
)
Arguments
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 |
[Package rrtable version 0.3.0 Index]