| scale_shape_stata {ggthemes} | R Documentation |
See stata_shape_pal for details.
scale_shape_stata(...)
... |
common discrete scale parameters: |
library("ggplot2")
p <- ggplot(mtcars) +
geom_point(aes(x = wt, y = mpg, shape = factor(gear))) +
facet_wrap(~am)
p + theme_stata() + scale_shape_stata()