save.plot_grid | R Documentation |
This function allows you to save multiple gg plots in pdf
save.plot_grid(..., filename)
... |
ggplot objects |
filename |
filename |
p1 <- qplot(1:10) p2 <- qplot(1:20) p3 <- qplot(1:30) save.plot.grid(p1,p2,p3, 'whatever')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.