plotDataExplorer.multiple {DataExplorer} | R Documentation |
Plot multiple objects
Description
Plot multiple DataExplorer objects with the defined layout
Usage
## S3 method for class 'multiple'
plotDataExplorer(
plot_obj,
title,
ggtheme,
theme_config,
page_layout,
facet_wrap_args = list(),
...
)
Arguments
plot_obj |
list of ggplot objects separated by page |
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 |
facet_wrap_args |
a list of other arguments to facet_wrap |
... |
other arguments to be passed |
Value
invisibly return the named list of ggplot objects
See Also
plotDataExplorer plotDataExplorer.grid plotDataExplorer.single
[Package DataExplorer version 0.8.3 Index]