Plot multiple DataExplorer objects using grid.arrange
# S3 method for grid
plotDataExplorer(
plot_obj,
title,
ggtheme,
theme_config,
page_layout,
nrow,
ncol,
...
)
invisibly return the named list of ggplot objects
list of ggplot objects
plot title
complete ggplot2 themes
a list of configurations to be passed to theme
a list of page indices with associated plot indices
number of rows per page
number of columns per page
other arguments to be passed
plotDataExplorer plotDataExplorer.single plotDataExplorer.multiple