cranberry: Cranberry

Description Usage Details Value Author(s) References See Also Examples

Description

Returns the "Cranberry" color.

Usage

1

Details

Returns the "Cranberry" color.

Value

maddog returns the "Cranberry" color.

Author(s)

Simon Tye

References

http://www.ghettowine.com/maddog/

See Also

maddog_flavors

Examples

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))

simontye/maddog documentation built on March 12, 2021, 4:16 a.m.