arrayLayout.show: Shows the layout of a single page.

Description Usage Arguments Examples

View source: R/graphutils.R

Description

Shows the layout of a page calculated using getArrayLayout. Basically an example of how the functions getArrayLayout, arrayLayout and ' legend. It plots random data using the layout of a single page.

Usage

1

Arguments

lay

Layout returned by getArrayLayout

page

Page to be plotted.

Examples

1
2
3
lay <- getArrayLayout(6, 2, 2)
arrayLayout.show(lay, 1)
arrayLayout.show(lay, 2)

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