autolayout | R Documentation |
Automatic version of function layout
for given number of subplots. Defined matrix schemes for layout
for up to 32 subfigures.
autolayout(N, byrow = TRUE, ...)
N |
number of subfigures |
byrow |
see matrix |
... |
additional arguments for layout or matrix. |
Number of figures, N, see layout.
for(i in sample(1:32, 1)) {
autolayout(i, byrow=TRUE)
layout.show(i)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.