"colorscheme<-" {rggobi} | R Documentation |
Specify the active color scheme in a GGobi instance or the session options.
"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>
g <- ggobi(mtcars) colorscheme(g) <- "Set1 8" colorscheme(g) <- 1