multiplot: Multiple plot function for displaying a matrix layout of...

Description Usage Arguments Value

View source: R/multiplot.R

Description

Multiple plot function for displaying a matrix layout of several plots on one page.

Usage

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

Arguments

...
plotlist

Combination of plots to display.

file

R file containing multiple plots. I guess.

cols

Number of columns for layout of plots. Defaults to 1.

layout

A matrix specifying the layout. If present, 'cols' is ignored.

Value

One-page layout of multiple plots.


aaronbaggett/labs4316 documentation built on Sept. 20, 2019, 5:21 a.m.