image2pptx {rrtable} | R Documentation |
Save plot/ggplot to Microsoft Powerpoint format
Description
Save plot/ggplot to Microsoft Powerpoint format
Usage
image2pptx(...)
Arguments
... |
further arguments to be passed to image2office |
Examples
## Not run:
require(ggplot2)
x<-ggplot(iris,aes(x=Sepal.Length))+geom_histogram()
image2pptx(x)
x="plot(iris)"
image2pptx(x,title="A plot",append=TRUE)
p2="ggplot(iris,aes(x=Sepal.Length,y=Sepal.Width))+geom_point()"
image2pptx(p2,append=TRUE)
## End(Not run)
[Package rrtable version 0.3.0 Index]