customLayout (version 0.1.0)

laySet: Set custom layout.

Description

Set custom layout.

Usage

laySet(layout)

Arguments

layout

object of class Layout.

Examples

Run this code
# NOT RUN {
lplots = layCreate(matrix(1:2))
lpie   = layCreate(1)
lay = layColBind(lplots,lpie)
laySet(lay)
plot(1:10)
plot(1:10)
plot(1:20)
# }

Run the code above in your browser using DataCamp Workspace