powered by
See tableau_shape_pal for details.
tableau_shape_pal
scale_shape_tableau(palette = "default", ...)
Palette name. See ggthemes_data$tableau$shapes.
ggthemes_data$tableau$shapes
common discrete scale parameters: name, breaks, labels, na.value, limits and guide. See discrete_scale for more details
name
breaks
labels
na.value
limits
guide
discrete_scale
Other shape tableau: tableau_shape_pal
# NOT RUN { library("ggplot2") p <- ggplot(mtcars) + geom_point(aes(x = wt, y = mpg, shape = factor(gear))) + facet_wrap(~am) p + scale_shape_tableau() # }
Run the code above in your browser using DataLab