plotDataExplorer.multiple: Plot multiple objects

View source: R/plot.r

plotDataExplorer.multipleR Documentation

Plot multiple objects

Description

Plot multiple DataExplorer objects with the defined layout

Usage

## 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


boxuancui/DataExplorer documentation built on Feb. 2, 2024, 1:53 a.m.