pmode {rggobi} | R Documentation |
Functions to get and set projection mode
pmode(x)
x |
GGobiDisplay object |
In GGobi, the projection mode determines the type of plot that is displayed. For example, a 1D ASH plot, or a 2D tour.
You can see the list of available projection modes
using the pmodes
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]] pmode(d) pmodes(d) pmode(d) <- "1D Plot"