lay_set: Set custom layout.

Description Usage Arguments Value Examples

View source: R/Layout.R

Description

Set custom layout.

Usage

1
2
3

Arguments

layout

object of class Layout.

Value

Returns the number of figures in layout.

Examples

1
2
3
4
5
6
7
lplots = lay_new(matrix(1:2))
lpie   = lay_new(1)
lay = lay_bind_col(lplots,lpie)
lay_set(lay)
plot(1:10)
plot(1:10)
plot(1:20)

zzawadz/customLayout documentation built on June 9, 2021, 11:10 a.m.