Color Palettes based on Tableau (discrete)

library(scales)
show_col(tableau_color_pal('tableau20')(20))

plot of chunk tableau_color_pal

show_col(tableau_color_pal('tableau10')(10))

plot of chunk tableau_color_pal

show_col(tableau_color_pal('tableau10medium')(10))

plot of chunk tableau_color_pal

show_col(tableau_color_pal('tableau10light')(10))

plot of chunk tableau_color_pal

show_col(tableau_color_pal('colorblind10')(10))

plot of chunk tableau_color_pal

show_col(tableau_color_pal('trafficlight')(10))

plot of chunk tableau_color_pal

show_col(tableau_color_pal('purplegray12')(12))

plot of chunk tableau_color_pal

show_col(tableau_color_pal('bluered12')(12))

plot of chunk tableau_color_pal

show_col(tableau_color_pal('greenorange12')(12))

plot of chunk tableau_color_pal

show_col(tableau_color_pal('cyclic')(20))

plot of chunk tableau_color_pal