xprt_ggplot.xprts | R Documentation |
Save GGPlot to PNG
## S3 method for class 'xprts'
xprt_ggplot(
obj,
path = getwd(),
verbose = FALSE,
width = height * 16/9,
height = 20,
units = "cm"
)
obj |
Object of class xprts. |
path |
Path used for file. |
verbose |
TRUE = inform on every exported object. |
width |
Width of plot. |
height |
Height of plot. |
units |
UOM used for width and height. |
obj
invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.