plotDataExplorer.grid | R Documentation |
Plot multiple DataExplorer objects using grid.arrange
## S3 method for class 'grid'
plotDataExplorer(
plot_obj,
title,
ggtheme,
theme_config,
page_layout,
nrow,
ncol,
...
)
plot_obj |
list of ggplot objects |
title |
plot title |
ggtheme |
complete ggplot2 themes |
theme_config |
a list of configurations to be passed to theme |
page_layout |
a list of page indices with associated plot indices |
nrow |
number of rows per page |
ncol |
number of columns per page |
... |
other arguments to be passed |
invisibly return the named list of ggplot objects
plotDataExplorer plotDataExplorer.single plotDataExplorer.multiple
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.