multi_plot: Plotting of multiple objects in a single window The...

View source: R/multi_plot.R

multi_plotR Documentation

Plotting of multiple objects in a single window The multi_plot function is meant to make plotting of multiple plot objects easier and more straightforward. Adapted from Winston Chang's "Cookbook for R".

Description

Plotting of multiple objects in a single window The multi_plot function is meant to make plotting of multiple plot objects easier and more straightforward. Adapted from Winston Chang's "Cookbook for R".

Usage

multi_plot(..., plotlist = NULL, cols = 1, layout = NULL)

Arguments

...

further arguments (plot names) passed to or from other methods.

plotlist

A vector list of plot objects, e.g. c(plot1, plot2, ..., plot_n).

cols

Number of columns in layout.

layout

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


mike-decarlo/augmentR documentation built on March 17, 2023, 11:05 a.m.