autolayout: Automatically Specifying Complex Plot Arrangements

autolayoutR Documentation

Automatically Specifying Complex Plot Arrangements

Description

Automatic version of function layout for given number of subplots. Defined matrix schemes for layout for up to 32 subfigures.

Usage

autolayout(N, byrow = TRUE, ...)

Arguments

N

number of subfigures

byrow

see matrix

...

additional arguments for layout or matrix.

Value

Number of figures, N, see layout.

Examples

for(i in sample(1:32, 1)) {
 autolayout(i, byrow=TRUE)
 layout.show(i)
 }


eHOF documentation built on April 3, 2025, 8:59 p.m.