Description Usage Arguments Details Value Author(s) Examples
Specify the active color scheme in a GGobi instance or the session options.
1  | "colorscheme<-"(x, value)
 | 
x | 
 GGobi object  | 
value | 
 colour scheme to make active  | 
This makes a particular color scheme active within a GGobi instance.
The name of the previously active color scheme.
Hadley Wickham <h.wickham@gmail.com>
1 2 3 4  | if (interactive()) {
g <- ggobi(mtcars)
colorscheme(g) <- "Set1 8"
colorscheme(g) <- 1}
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.