tau_color_tableau: Use the Tableau palette in the charts

Description Usage Arguments References Examples

Description

Use the Tableau palette in the charts

Usage

1
tau_color_tableau(tau, palette = "tableau20")

Arguments

tau

taucharts object

palette

Tableau palette name. One of "tableau20", "tableau10medium", "gray5", "colorblind10", "purplegray12", "bluered12", "greenorange12", "cyclic".

References

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

Examples

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

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