Learn R Programming

ggthemes (version 1.3.2)

scale_shape_tableau: Tableau shape scales

Description

See tableau_shape_pal for details.

Usage

scale_shape_tableau(palette = "default", ...)

Arguments

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

See Also

Other shape tableau: tableau_shape_pal

Examples

Run this code
dsamp <- diamonds[sample(nrow(diamonds), 1000), ]
p <- qplot(carat, price, data=dsamp, shape=clarity)
p + scale_shape_tableau()

Run the code above in your browser using DataLab