| scale_shape_stata | R Documentation | 
See stata_shape_pal() for details.
scale_shape_stata(...)
| ... | Arguments passed on to  
 | 
## 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()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.