Learn R Programming

ggthemes (version 2.1.0)

scale_shape_stata: Stata shape scale

Description

See stata_shape_pal for details.

Usage

scale_shape_stata(...)

Arguments

...
common discrete scale parameters: name, breaks, labels, na.value, limits and guide. See discrete_scale for more details

Examples

Run this code
dsmall <- diamonds[sample(nrow(diamonds), 100), ]
(d <- qplot(carat, price, data=dsmall, shape=cut)
 + scale_shape_stata())

Run the code above in your browser using DataLab