powered by
stata_shape_pal
scale_shape_stata(...)
name
breaks
labels
na.value
limits
guide
discrete_scale
library("ggplot2") p <- ggplot(mtcars) + geom_point(aes(x = wt, y = mpg, shape = factor(gear))) + facet_wrap(~am) p + theme_stata() + scale_shape_stata()
Run the code above in your browser using DataLab