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

View source: R/multiplot.R

multiplotR Documentation

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

Description

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

Usage

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/labs2316 documentation built on Sept. 23, 2024, 7:15 p.m.