The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

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

All palettes

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.