mfrow {RcmdrPlugin.survival} | R 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; |
Author(s)
John Fox <jfox@mcmaster.ca>
See Also
par
Examples
mfrow(4)
mfrow(5)
mfrow(6)
[Package RcmdrPlugin.survival version 1.3-2 Index]