Description Usage Arguments Examples
Save plot/ggplot to Microsoft Powerpoint format
1 |
... |
further arguments to be passed to image2office |
1 2 3 4 5 6 7 | 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.