panelLayout-set: Assign panel layout

Description Usage Arguments Value Author(s) Examples

Description

panelLayout<- assigns a layout to the panels of the plot held in the object x.

Usage

1
panelLayout(x) <- value

Arguments

x

panelLayout<- assigns a layout to the panels of the plot held in the object x

value

A length 2 vector (number of rows and columns in the layout)

Value

Updates the object "in place"

Author(s)

Mango Solutions

Examples

1
2
3
4
5
6
## Not run: 
x <- nmScatterPlot(mtcars, "mpg", "wt", bVars = "gear,carb")
panelLayout(x) <- c(2,2)
print(x)

## End(Not run)

MangoTheCat/RNMGraphics documentation built on May 8, 2019, 3:51 p.m.