watchos_dark_pal | R Documentation |
Set of color palettes based on watchOS System Colors. General information about each palette can be found in the colors vignette.
watchos_dark_pal(order = "contrast")
order |
Indicates the order of colors in the palette |
These functions are ideal for accessing the raw color values, and
can be used within functions where raw color values are needed, e.g.,
plot. In order to use them with ggplot
functions, you must utilize one
of the followings:
scale_colour_watchos_dark
Note
We recommend paining this palette with dark themes, as the high base brightness of colors may make them hard to distinguish in light themes
library(scales) scales::show_col(watchos_dark_pal(order = "default")(10), borders = NA, labels = FALSE) scales::show_col(watchos_dark_pal(order = "contrast")(10), borders = NA, labels = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.