Stata shape scale
See stata_shape_pal()
for details.
scale_shape_stata(...)
... |
Arguments passed on to
|
library("ggplot2") p <- ggplot(mtcars) + geom_point(aes(x = wt, y = mpg, shape = factor(gear))) + facet_wrap(~am) p + theme_stata() + scale_shape_stata()
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.