tau_color_economist: Use the "Economist" palette used in the charts

Description Usage Arguments References See Also Examples

Description

The hues in the palette are blues, grays, and greens. Red is not included in these palettes and should be used to indicate important data.

Usage

1

Arguments

tau

taucharts object

n

number of desired colors

References

http://api.taucharts.com/advanced/encoding.html

See Also

economist_pal

Examples

1
2
3
tauchart(mtcars) %>%
  tau_point("wt", "mpg", color="cyl") %>%
  tau_color_economist()

hrbrmstr/taucharts documentation built on May 17, 2019, 5:14 p.m.