powered by
See stata_shape_pal for details.
stata_shape_pal
scale_shape_stata(...)
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
# NOT RUN { 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