myplot2 {rrtable} | R Documentation |
Make zipped plots with a data.frame
Description
Make zipped plots with a data.frame
Usage
myplot2(
data,
format = "PNG",
width = 7,
height = 7,
units = "in",
res = 300,
start = 0,
rawDataName = NULL,
rawDataFile = "rawData.RDS"
)
Arguments
data |
A data.frame |
format |
Plot format. Choices are c("PNG","SVG","PDF") |
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 |
start |
Plot start number |
rawDataName |
The name of the rawData |
rawDataFile |
The name of the rawData file which the data are to be read from. |
[Package rrtable version 0.3.0 Index]