Examples for 'ggthemes::tableau_color_pal'


Tableau Color Palettes (discrete)

Aliases: tableau_color_pal

Keywords:

### ** Examples

library("scales")

palettes <- ggthemes_data[["tableau"]][["color-palettes"]][["regular"]]
for (palname in names(palettes)) {
  pal <- tableau_color_pal(palname)
  max_n <- attr(pal, "max_n")
  show_col(pal(max_n))
  title(main = palname)
}
plot of chunk example-ggthemes-tableau_color_pal-1
plot of chunk example-ggthemes-tableau_color_pal-1
plot of chunk example-ggthemes-tableau_color_pal-1
plot of chunk example-ggthemes-tableau_color_pal-1
plot of chunk example-ggthemes-tableau_color_pal-1
plot of chunk example-ggthemes-tableau_color_pal-1
plot of chunk example-ggthemes-tableau_color_pal-1
plot of chunk example-ggthemes-tableau_color_pal-1
plot of chunk example-ggthemes-tableau_color_pal-1
plot of chunk example-ggthemes-tableau_color_pal-1
plot of chunk example-ggthemes-tableau_color_pal-1
plot of chunk example-ggthemes-tableau_color_pal-1
plot of chunk example-ggthemes-tableau_color_pal-1
plot of chunk example-ggthemes-tableau_color_pal-1
plot of chunk example-ggthemes-tableau_color_pal-1
plot of chunk example-ggthemes-tableau_color_pal-1
plot of chunk example-ggthemes-tableau_color_pal-1
plot of chunk example-ggthemes-tableau_color_pal-1
plot of chunk example-ggthemes-tableau_color_pal-1
plot of chunk example-ggthemes-tableau_color_pal-1
plot of chunk example-ggthemes-tableau_color_pal-1
plot of chunk example-ggthemes-tableau_color_pal-1
plot of chunk example-ggthemes-tableau_color_pal-1
plot of chunk example-ggthemes-tableau_color_pal-1
plot of chunk example-ggthemes-tableau_color_pal-1
plot of chunk example-ggthemes-tableau_color_pal-1
plot of chunk example-ggthemes-tableau_color_pal-1
plot of chunk example-ggthemes-tableau_color_pal-1
plot of chunk example-ggthemes-tableau_color_pal-1

[Package ggthemes version 4.2.4 Index]