"colorscheme<-" {rggobi}R Documentation

Set active colour scheme.

Description

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

Usage

"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

g <- ggobi(mtcars)
colorscheme(g) <- "Set1 8"
colorscheme(g) <- 1

[Package rggobi version 2.1.9 Index]