Learn R Programming

DataExplorer (version 0.8.3)

plotDataExplorer.grid: Plot objects with gridExtra

Description

Plot multiple DataExplorer objects using grid.arrange

Usage

# S3 method for grid
plotDataExplorer(
  plot_obj,
  title,
  ggtheme,
  theme_config,
  page_layout,
  nrow,
  ncol,
  ...
)

Value

invisibly return the named list of ggplot objects

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

See Also

plotDataExplorer plotDataExplorer.single plotDataExplorer.multiple