These are a handful of color palettes from National Park posters and images.
park_palette(name, n)
Name of desired palette. Choices are:
SmokyMountains
, RockMountains
, Yellowstone
,
Arches
, ArticGates
, MtMckinley
, GeneralGrant
,
Hawaii
, CraterLake
, Saguaro
,
GrandTeton
, BryceCanyon
, MtRainier
, Badlands
,
Redwoods
, Everglades
, Voyageurs
@importFrom graphics rgb rect par image text
Number of colors desired. Most palettes now only have 5 to 8 colors. Most color schemes are derived from Color Inspiration <U+2013> National Park WPA Posters. If omitted, uses all colours.
A vector of colours.
# NOT RUN {
park_palette("SmokyMountains")
park_palette("Yellowstone", 3)
# }
Run the code above in your browser using DataLab