This function returns colour palettes derived from photos of birds native to New Zealand
get_pal(name)
name | Name of desired palette. Choices are: |
---|
A vector of colours.
get_pal("Hoiho")#> [1] "#CABEE9" "#7C7189" "#FAE093" "#D04E59" "#BC8E7D" "#2F3D70"get_pal("Takahe")#> [1] "#DD3C51" "#313657" "#1F6683" "#6C90B9" "#D1C7B5"get_pal("Kereru")#> [1] "#325756" "#7d9fc2" "#C582B2" "#51806a" "#4d5f8e" "#A092B7"