Description Usage Details Value Author(s) References See Also Examples
Returns the "Peaches and Cream" color.
1 |
Returns the "Peaches and Cream" color.
maddog
returns the "Peaches and Cream" color.
Simon Tye
http://www.ghettowine.com/maddog/
1 2 3 4 5 6 7 8 9 | ## Plot maddog palette
#ggplot() +
# geom_point(data = iris, mapping = aes(x = Species, y = Sepal.Length, color = Species)) +
# scale_color_manual(values = maddog("north", 3))
#
## Plot maddog flavors
#ggplot() +
# geom_point(data = iris, mapping = aes(x = Species, y = Sepal.Length, color = Species)) +
# scale_color_manual(values = c(peachesandcream, purplerain, sourapple))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.