Colour and fill scales which use the palettes in
hc_pal
and are meant for use with
theme_hc
.
scale_colour_hc(palette = "default", ...)scale_color_hc(palette = "default", ...)
scale_fill_hc(palette = "default", ...)
character
The color palette to use. This
must be a name in
ggthemes_data$hc$palettes
.
Other arguments passed on to discrete_scale
to control name, limits, breaks, labels and so forth.