| makepdf | R Documentation | 
A function to plot a list of ggplot object in a pdf file
makepdf(x, name, ncol = 3, nrow = 2, figNum = NULL, width = 20, height = 12)
| x | A list of ggplot object | 
| name | The name of the output pdf file | 
| ncol | The number of columns in a page | 
| nrow | The number of rows in a page | 
| figNum | The number of total plots in a page | 
| width | The width of the page | 
| height | The height of the page | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.