Learn R Programming

propr (version 3.1.8)

multiplot: Plot Multiple Graphs

Description

Easily plot multiple graphs within the same window. Code adapted from http://www.cookbook-r.com/. For back-end use only.

Usage

multiplot(..., cols = 1)

Arguments

...

Multiple plots.

cols

A numeric scalar. The number of plot columns.