An S4 class to hold multiple ggplot2::ggplot instances
# S4 method for class 'ggmultiplot'
length(x)
# S4 method for class 'ggmultiplot,ANY,ANY,ANY'
x[i, j, ..., drop = TRUE]
# S4 method for class 'ggmultiplot'
x[[i, j, ..., drop]]
# S4 method for class 'ggmultiplot,ANY,ANY,ANY'
x[i, j, ...] <- value
# S4 method for class 'ggmultiplot'
x[[i, j, ...]] <- valueplotsList of ggplot2::ggplot instances
ncolNumber of grid columns
nrowNumber of grid rows