Plot multiple DataExplorer objects using grid.arrange
# S3 method for grid
plotDataExplorer(plot_obj, title, ggtheme, theme_config,
page_layout, nrow, ncol, ...)
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
invisibly return the named list of ggplot objects
plotDataExplorer plotDataExplorer.single plotDataExplorer.multiple