tau_color_538: Use the "fivethirtyeight.com" palette used in the charts

Description Usage Arguments References See Also Examples

Description

The standard fivethirtyeight.com palette for line plots is blue, red, green.

Usage

1
tau_color_538(tau, n = NULL)

Arguments

tau

taucharts object

n

number of desired colors

References

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

See Also

fivethirtyeight_pal

Examples

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

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