powered by
Given a number of plots n, find a arrangement for showing the plots in an array, set by par(mfrow=mfrow(n)).
n
par(mfrow=mfrow(n))
mfrow(n, max.plots = 0)
number of plots
maximum number of plots; 0, the default, means no maximum.
0
John Fox <jfox@mcmaster.ca>
par
mfrow(4) mfrow(5) mfrow(6)
Run the code above in your browser using DataLab