Draws a tile plot showing the four tones of each palette family, optionally faceted by preset ground colors. Useful for quickly previewing the design system in a notebook or presentation.
Usage
albers_swatch(
families = c("red", "lapis", "ochre", "teal", "green", "violet"),
show_presets = FALSE
)Examples
# \donttest{
if (requireNamespace("ggplot2", quietly = TRUE)) {
albers_swatch()
}
# }