mfrow | R Documentation |
Given a number of plots n
, find a arrangement for showing the plots in an array,
set by par(mfrow=mfrow(n))
.
mfrow(n, max.plots = 0)
n |
number of plots |
max.plots |
maximum number of plots; |
John Fox <jfox@mcmaster.ca>
par
mfrow(4) mfrow(5) mfrow(6)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.