Learn R Programming

ggthemes (version 1.3.2)

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 de

Examples

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

Run the code above in your browser using DataLab