Last chance! 50% off unlimited learning
Sale ends in
Specify the active color scheme in a GGobi instance or the session options.
"colorscheme<-"(x, value)
GGobi object
colour scheme to make active
The name of the previously active color scheme.
This makes a particular color scheme active within a GGobi instance.
# NOT RUN {
if (interactive()) {
g <- ggobi(mtcars)
colorscheme(g) <- "Set1 8"
colorscheme(g) <- 1}
# }
Run the code above in your browser using DataLab