tau_color_wsj: Use the "Wall Street Journal" palette used in the charts

Description Usage Arguments References See Also Examples

Description

A subset of the plethora of palettes used by the WSJ.

Usage

1
tau_color_wsj(tau, n = NULL, palette = "rgby")

Arguments

tau

taucharts object

n

number of desired colors

palette

name of Few palette. One of "rgby", "green_red", "green_black", "dem_rep" or "colors6"

References

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

See Also

wsj_pal

Examples

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

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