Apply qualitative palettes to discrete/categorical data.
Usage
scale_color_ekio_d(palette = "full", reverse = FALSE, ...)
scale_colour_ekio_d(palette = "full", reverse = FALSE, ...)
scale_fill_ekio_d(palette = "full", reverse = FALSE, ...)Arguments
- palette
Character. Palette name (default: "full"). See
ekio_pal()for options.- reverse
Logical. If TRUE, reverses the palette order.
- ...
Additional arguments passed to
ggplot2::discrete_scale()
See also
ekio_pal(), scale_fill_ekio_d()

