nearsq: Find optimum plotting grid
Description
Calculates the optimal distribution of plots in a square grid.
Usage
nearsq(n, tol = 5/3 + 0.001)
Value
a vector of the number of rows and number of columns needed to distribute the desired number of plots.
Arguments
- n
number of plots to fit.