Set custom layout.

lay_set(layout)

laySet(layout)

Arguments

layout

object of class Layout.

Examples

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)