displays.GGobi {rggobi}R Documentation

Get GGobi displays

Description

Gets list of displays in the specified GGobi instance

Usage

displays.GGobi(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 times 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

g <- ggobi(mtcars)
displays(g)
display(g[1])
displays(g)

[Package rggobi version 2.1.9 Index]