imode {rggobi} | R Documentation |
Functions to get and set interaction mode
imode(x)
x |
GGobiDisplay object |
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.
Hadley Wickham <h.wickham@gmail.com>
g <- ggobi(mtcars) d <- displays(g)[[1]] imode(d) imodes(d) imode(d) <- "Brush"