Description Usage Arguments Value Author(s) Examples
View source: R/metaseqr.util.R
Returns a vector for an optimized m x m plot grid to be
used with e.g. par(mfrow)
. m x m is as close as
possible to the input n. Of course, there will be empty
grid positions if n < m x m.
1 | make.grid(n)
|
n |
An integer, denoting the total number of plots to be created. |
A 2-element vector with the dimensions of the grid.
Panagiotis Moulos
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.