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

Returns the number of figures, N, see layout.

Author(s)

Florian Jansen

See Also

layout; matrix

Examples

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

eHOF documentation built on April 23, 2022, 1:05 a.m.