auto_mfrow {api2lm} | R Documentation |
Automatically determine 'mfrow'
Description
Automatically determine a reasonable choice for
for 'mfrow' in the par
function based on the number of plots 'n'.
Usage
auto_mfrow(n)
Arguments
n |
The number of plots. |
Value
A 'numeric' vector of length 2.
[Package api2lm version 0.2 Index]