multiplot {cellity}R Documentation

Internal multiplot function to combine plots onto a grid

Description

Internal multiplot function to combine plots onto a grid

Usage

multiplot(..., plotlist = NULL, file, cols = 6, layout = NULL)

Arguments

...

individual plots to combine into a single plot

plotlist

a vector with names of plots to use in the plot

file

string giving filename to which pdf of plots is to be saved

cols

integer giving number of columns for the plot

layout

matrix defining the layout for the plots

Value

a plot object


[Package cellity version 1.18.0 Index]