mfrow: Function to Compute Layout for Plot Array

mfrowR Documentation

Function to Compute Layout for Plot Array

Description

Given a number of plots n, find a arrangement for showing the plots in an array, set by par(mfrow=mfrow(n)).

Usage

mfrow(n, max.plots = 0)

Arguments

n

number of plots

max.plots

maximum number of plots; 0, the default, means no maximum.

Author(s)

John Fox <jfox@mcmaster.ca>

See Also

par

Examples

mfrow(4)
mfrow(5)
mfrow(6)

RcmdrPlugin.survival documentation built on Sept. 9, 2022, 3:09 p.m.