myplot2 | R Documentation |
Make zipped plots with a data.frame
myplot2( data, format = "PNG", width = 7, height = 7, units = "in", res = 300, start = 0, rawDataName = NULL, rawDataFile = "rawData.RDS" )
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.