powered by
stata_shape_pal
scale_shape_stata(...)
name
breaks
labels
na.value
limits
guide
discrete_scale
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