Learn R Programming

DataExplorer (version 0.8.3)

plotDataExplorer.multiple: Plot multiple objects

Description

Plot multiple DataExplorer objects with the defined layout

Usage

# S3 method for multiple
plotDataExplorer(
  plot_obj,
  title,
  ggtheme,
  theme_config,
  page_layout,
  facet_wrap_args = list(),
  ...
)

Value

invisibly return the named list of ggplot objects

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

See Also

plotDataExplorer plotDataExplorer.grid plotDataExplorer.single