setPlotExportSize | R Documentation |
Set plot export properties
setPlotExportSize(
plotObject,
width = NULL,
height = NULL,
units = NULL,
dpi = NULL
)
plotObject |
Graphical object created from ggplot |
width |
plot width in |
height |
plot height in |
units |
units of |
dpi |
numeric value defining plot resolution (dots per inch) |
ggplot object with updated labels
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.