| scale_shape_tableau {ggthemes} | R Documentation |
See tableau_shape_pal for details.
scale_shape_tableau(palette = "default", ...)
palette |
Palette name. See |
... |
common discrete scale parameters: |
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()