ggmultiplot-class: An S4 class to hold multiple 'ggplot2::ggplot' instances

ggmultiplot-classR Documentation

An S4 class to hold multiple ggplot2::ggplot instances

Description

An S4 class to hold multiple ggplot2::ggplot instances

Usage

## S4 method for signature 'ggmultiplot'
length(x)

## S4 method for signature 'ggmultiplot,ANY,ANY,ANY'
x[i, j, ..., drop = TRUE]

## S4 method for signature 'ggmultiplot'
x[[i, j, ..., drop]]

## S4 replacement method for signature 'ggmultiplot,ANY,ANY,ANY'
x[i, j, ...] <- value

## S4 replacement method for signature 'ggmultiplot'
x[[i, j, ...]] <- value

Arguments

x

ggmultiplot

i

elements to extract or replace

j

not used

...

not used

drop

not used

value

value to be set

Slots

plots

List of ggplot2::ggplot instances

ncol

Number of grid columns

nrow

Number of grid rows


ggfortify documentation built on March 31, 2023, 11:52 p.m.