gridPlot {alakazam} | R Documentation |
Plot multiple ggplot objects
Description
Plots multiple ggplot objects in an equally sized grid.
Usage
gridPlot(..., ncol = 1)
Arguments
... |
ggplot objects to plot. |
ncol |
number of columns in the plot. |
References
Modified from: http://www.cookbook-r.com/Graphs/Multiple_graphs_on_one_page_(ggplot2)
See Also
[Package alakazam version 1.3.0 Index]