OUCRU colors for ggplot2 scales
ggplot_scales.RdOUCRU colors for ggplot2 scales
Usage
scale_fill_oucru_c(palette = "main", direction = 1, ...)
scale_color_oucru_c(palette = "main", direction = 1, ...)
scale_colour_oucru_c(palette = "main", direction = 1, ...)
scale_fill_oucru_d(palette = "main", direction = 1, ...)
scale_color_oucru_d(palette = "main", direction = 1, ...)
scale_colour_oucru_d(palette = "main", direction = 1, ...)Arguments
- palette
OUCRU palette name
- direction
Palette direction, 0 or positive number means forward, negative means backward
- ...
Passed to
ggplot2::discrete_scale()orggplot2::continuous_scale()