imode-8g: Interaction mode

Description Usage Arguments Details Author(s) Examples

Description

Functions to get and set interaction mode

Usage

1
imode(x)

Arguments

x

GGobiDisplay object

Details

In GGobi, the interaction mode determines the how you interact with a plot: brushing, identify etc. Each projection mode also has a default interaction mode that allows you to select variables and control other parameters of the display

You can see the list of available interaction modes using the imodes function. This accepts either a GGobiDisplay, or the name of the display type.

Author(s)

Hadley Wickham <h.wickham@gmail.com>

Examples

1
2
3
4
5
6
if (interactive()) {
g <- ggobi(mtcars)
d <- displays(g)[[1]]
imode(d)
imodes(d)
imode(d) <- "Brush"}

ggobi/rggobi documentation built on May 17, 2019, 3:15 a.m.