arrayLayout: Creates the layout of a page.

Description Usage Arguments See Also Examples

View source: R/graphutils.R

Description

Uses the layout calculated by getArrayLayout to create the layout of a page.

Usage

1
arrayLayout(page, lay, respect = FALSE)

Arguments

page

Page number to get layout.

lay

Layout structure calculated with getArrayLayout.

Analogous

to respect parameter in layout function.

See Also

getArrayLayout layout

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
lay <- getArrayLayout(6, 2, 2)
arrayLayout(1, lay)
plot(1:10)
plot(1:10)
plot(1:10)
plot(1:10)
legendWindow("center", legend="Points", pch=1)
arrayLayout(2, lay)
plot(1:10)
plot(1:10)
legendWindow("center", legend="Points", pch=1)

tunelipt/wutils documentation built on Nov. 5, 2019, 11:01 a.m.