get_color("mario")
get_color("mario")
show_color(get_color("mario"))
show_color(get_color("mario", fill = TRUE, fill_n = 10))
col <- get_color("mario")
explore(iris, Sepal.Length, target = Species,
color = col)
explore(iris, Sepal.Length, target = Species,
color = c(col["peach"], col["bowser"], col["donkeykong"]))
Run the code above in your browser using DataLab