Color scales built from The Economist's equal-lightness color scales.
The _c scales are continuous; the _ordinal scales are
discrete, for ordered factors. See scale_colour_economist()
for the unordered categorical scales.
Usage
scale_colour_economist_c(hue = "blue", guide = "colourbar", ...)
scale_color_economist_c(hue = "blue", guide = "colourbar", ...)
scale_fill_economist_c(hue = "blue", guide = "colourbar", ...)
scale_colour_economist_ordinal(hue = "blue", ...)
scale_color_economist_ordinal(hue = "blue", ...)
scale_fill_economist_ordinal(hue = "blue", ...)See also
Other colour economist:
economist_pal(),
economist_seq_pal(),
scale_colour_economist()
