Description
Colour Palettes Inspired by Sea Slugs and Nudibranchs of Sydney.
Description
A collection of colour palettes derived from photographs of nudis and sea slugs I have encountered in intertidal zones and shallow rocky reefs around Sydney, Australia. Palettes can be used in base R or with 'ggplot2'.
README.md
nudibranch
Colour palettes inspired by intertidal and shallow rocky reef nudibranchs and sea slugs photographed in NSW, Australia.
Installation
install.packages("devtools") devtools::install_github("nikihubbard/nudibranch")
Usage
library(nudibranch)
See all palettes
nudibranch_palette()
Get a palette
nudibranch_palette("hypselodoris")
Use with 'ggplot2'
ggplot(data, aes(x, y, colour = group)) + scale_colour_nudibranch("hypselodoris")
ggplot(data, aes(x, y, fill = group)) + scale_fill_nudibranch("hydatina")
or specify palette, number, and order - for example:
scale_fill_manual(values = nudibranch_palette("elysia", n=4)[c(3, 4, 1)])+
Palettes
Full Image Gallery on Bluesky.
