plotDataExplorer.grid: Plot objects with gridExtra

Description Usage Arguments Value See Also

View source: R/plot.r

Description

Plot multiple DataExplorer objects using grid.arrange

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## S3 method for class 'grid'
plotDataExplorer(
  plot_obj,
  title,
  ggtheme,
  theme_config,
  page_layout,
  nrow,
  ncol,
  ...
)

Arguments

plot_obj

list of ggplot objects

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

nrow

number of rows per page

ncol

number of columns per page

...

other arguments to be passed

Value

invisibly return the named list of ggplot objects

See Also

plotDataExplorer plotDataExplorer.single plotDataExplorer.multiple


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