plotDataExplorer.multiple: Plot multiple objects

Description Usage Arguments Value See Also

View source: R/plot.r

Description

Plot multiple DataExplorer objects with the defined layout

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## 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


DataExplorer documentation built on Dec. 16, 2020, 1:07 a.m.