Description Usage Arguments Details Value Author(s) References See Also Examples
Prints all colors based on flavors of MD 20_20.
1 | maddog_flavors(n, type, select, exact.n)
|
n |
set to NULL |
type |
set to"div" for geographical palettes, "seq" for the rainbow palette, or "all" for all palettes |
select |
set to NULL |
exact.n |
set to TRUE |
Prints all colors based on flavors of MD 20_20
maddog_palettes
prints all colors based on flavors of MD 20_20.
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.