code2pptx {rrtable} | R Documentation |
Save plot/ggplot code to Microsoft Powerpoint format
code2pptx(...)
... |
further arguments to be passed to code2office |
## Not run:
code2pptx(plot(iris))
require(ggplot2)
gg=ggplot(data=mtcars,aes(x=wt,y=mpg))+geom_point()
code2pptx(ggobj=gg)
## End(Not run)