few_pal {ggthemes}R Documentation

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

Description

Qualitative color palettes from Stephen Few, "Practical Rules for Using Color in Charts".

Usage

few_pal(palette = "medium")

Arguments

palette

One of "medium", "dark", or "light"

Details

He suggests the following

See Also

Other colour few: scale_colour_few

Examples

###   Charts"


library("scales")
show_col(few_pal()(7))
show_col(few_pal("dark")(7))
show_col(few_pal("light")(7))




[Package ggthemes version 3.4.2 Index]