View source: R/Visualization.R
drawFigs | R Documentation |
Draw a figure using a group of ggplot objects
drawFigs(
pList,
layout.dim = NULL,
common.legend = FALSE,
legend.position = "right",
...
)
pList |
a list with component ggplot objects. |
layout.dim |
a integer vector with length 2, the layout of subplots in rows and columns. |
common.legend |
a logical value, whether use common legend for all subplots. |
legend.position |
a string, the position of legend. |
... |
other arguments that pass to |
return a new ggplot object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.