displays-GGobi-n2: Get GGobi displays

Description Usage Arguments Details Author(s) See Also Examples

Description

Gets list of displays in the specified GGobi instance

Usage

1
2
## S3 method for class 'GGobi'
displays(x)

Arguments

x

GGobi object

Details

A display basically corresponds to a window in GGobi. A display may contain mutliple plots within it. For example, the scatterplot matrix contains $p * p$ plots.

Use this function to obtain a reference to a display (they are numbered in the order they are created) so you can change display mode, set variables (variables<-.GGobiDisplay), or save a static image to disk.

Author(s)

Hadley Wickham <h.wickham@gmail.com>

See Also

display to create displays

Examples

1
2
3
4
5
if (interactive()) {
g <- ggobi(mtcars)
displays(g)
display(g[1])
displays(g)}

rggobi documentation built on May 2, 2019, 6:41 a.m.