ggAlignPlots | R Documentation |
This function aligns ggplots vertically or horizontally
ggAlignPlots(..., plotList = NULL, sizes = NULL, type = "v", draw = TRUE)
... |
All additional arguments will be interpreted as |
plotList |
A list of |
sizes |
A numeric vector or list of values indicating the relative size for each of the objects in |
type |
A string indicating wheter vertical ("v") or horizontal ("h") alignment should be used for the multi-plot layout. |
draw |
A boolean value indicating whether to draw the plot(s) ( |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.