Plot multiple DataExplorer objects with the defined layout
# S3 method for multiple
plotDataExplorer(
plot_obj,
title,
ggtheme,
theme_config,
page_layout,
facet_wrap_args = list(),
...
)
invisibly return the named list of ggplot objects
list of ggplot objects separated by page
plot title
complete ggplot2 themes
a list of configurations to be passed to theme
a list of page indices with associated plot indices
a list of other arguments to facet_wrap
other arguments to be passed
plotDataExplorer plotDataExplorer.grid plotDataExplorer.single