View source: R/view_all_palettes.R
view_all_palettes | R Documentation |
Prints all available colour palettes
view_all_palettes(type = "all", colourblind_friendly = FALSE)
type |
Type of colour palettes to view. Either all palettes, sequential palettes, diverging palettes, or qualitative palettes. Types must be at least one of c("all", "seq", "div", "qual"). Default "all". |
colourblind_friendly |
Boolean whether or not to return only colourblind friendly
palettes. Default |
A plot of all colour palettes available in the package.
view_all_palettes(type = "seq")
view_all_palettes(type = c("seq", "div"))
view_all_palettes(type = "div", colourblind_friendly = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.