colorscheme--b2: Set active colour scheme.

Description Usage Arguments Details Value Author(s) Examples

Description

Specify the active color scheme in a GGobi instance or the session options.

Usage

1
"colorscheme<-"(x, value)

Arguments

x

GGobi object

value

colour scheme to make active

Details

This makes a particular color scheme active within a GGobi instance.

Value

The name of the previously active color scheme.

Author(s)

Hadley Wickham <h.wickham@gmail.com>

Examples

1
2
3
4
if (interactive()) {
g <- ggobi(mtcars)
colorscheme(g) <- "Set1 8"
colorscheme(g) <- 1}

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