customLayout (version 0.3.0)

lay_set: Set custom layout.

Description

Set custom layout.

Usage

lay_set(layout)

laySet(layout)

Arguments

layout

object of class Layout.

Examples

Run this code
# NOT RUN {
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)

# }

Run the code above in your browser using DataLab