Learn R Programming

eHOF (version 1.0)

autolayout: Automatic variant of layout

Description

Defines appropriate matrix schemes for layout for up to 32 subfigures.

Usage

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

Arguments

Value

Returns the number of figures, N, see layout

encoding

UTF-8

See Also

layout; matrix

Examples

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

Run the code above in your browser using DataLab