Make zipped plots with a data.frame
myplot2(data, format = "PNG", width = 7, height = 7, units = "in",
res = 300, start = 0, preprocessing = "", rawDataName = NULL,
rawDataFile = "rawData.RDS")
A data.frame
Plot format. Choices are c("PNG","SVG","PDF")
A plot width
A plot height
The units in which height and width are given. Can be px (pixels, the default), in (inches), cm or mm.
The nominal resolution in ppi
Plot start number
A character string of R code
The name of the rawData
The name of the rawData file which the data are to be read from.