rggobi (version 2.1.22)

displays.GGobi: Get GGobi displays

Description

Gets list of displays in the specified GGobi instance

Usage

# S3 method for 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.

See Also

display to create displays

Examples

Run this code
# NOT RUN {
if (interactive()) {
g <- ggobi(mtcars)
displays(g)
display(g[1])
displays(g)}
# }

Run the code above in your browser using DataLab