Tableau shape scales
See tableau_shape_pal()
for details.
scale_shape_tableau(palette = "default", ...)
palette |
Palette name. |
... |
Arguments passed on to
|
Other shape tableau:
tableau_shape_pal()
library("ggplot2") p <- ggplot(mtcars) + geom_point(aes(x = wt, y = mpg, shape = factor(gear))) + facet_wrap(~am) p + scale_shape_tableau()
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.