plotDataExplorer.grid {DataExplorer} | R Documentation |
Plot objects with gridExtra
Description
Plot multiple DataExplorer objects using grid.arrange
Usage
## S3 method for class 'grid'
plotDataExplorer(
plot_obj,
title,
ggtheme,
theme_config,
page_layout,
nrow,
ncol,
...
)
Arguments
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 |
Value
invisibly return the named list of ggplot objects
See Also
plotDataExplorer plotDataExplorer.single plotDataExplorer.multiple
[Package DataExplorer version 0.8.3 Index]