multiplot | R Documentation |
Multiple plot function for displaying a matrix layout of several plots on one page.
multiplot(..., plotlist = NULL, file, cols = 1, layout = NULL)
... |
|
plotlist |
Combination of plots to display. |
file |
R file containing multiple plots. I guess. |
cols |
Number of columns for layout of plots. Defaults to 1. |
layout |
A matrix specifying the layout. If present, 'cols' is ignored. |
One-page layout of multiple plots.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.