scale_colour_few {ggthemes}R Documentation

Color scales from Few's "Practical Rules for Using Color in Charts"

Description

See few_pal.

Usage

scale_colour_few(palette = "medium", ...)

scale_color_few(palette = "medium", ...)

scale_fill_few(palette = "light", ...)

Arguments

palette

One of c("medium", "dark", "light").

...

Other arguments passed on to discrete_scale to control name, limits, breaks, labels and so forth.

See Also

Other colour few: few_pal


[Package ggthemes version 3.5.0 Index]