scale_shape_tableau | R Documentation |
See tableau_shape_pal()
for details.
scale_shape_tableau(palette = "default", ...)
palette |
Palette name. |
... |
Arguments passed on to
|
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()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.