pmode-ix: Projection mode

Description Usage Arguments Details Author(s) Examples

Description

Functions to get and set projection mode

Usage

1
pmode(x)

Arguments

x

GGobiDisplay object

Details

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.

Author(s)

Hadley Wickham <h.wickham@gmail.com>

Examples

1
2
3
4
5
6
if (interactive()) {
g <- ggobi(mtcars)
d <- displays(g)[[1]]
pmode(d)
pmodes(d)
pmode(d) <- "1D Plot"}

rggobi documentation built on May 2, 2019, 6:41 a.m.