autolayout {eHOF}R 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)
 }


[Package eHOF version 1.15 Index]