Skip to content

grwhumphries/seabiRd

Repository files navigation

seabiRd

A ggplot2 color palette based on some colourful Seabirds!

The package includes palettes for 8 species and is based on “asteves/tayloRswift”

Installation

You can install the released version of seabiRd with:

remotes::install_github("grwhumphries/seabiRd")

Examples

Fill by discrete variables

ggplot(x)+
  geom_bar(aes(x=object,y=values,fill=object),stat="identity",color="black")+
  scale_fill_seabird(palette = "atlanticpuffin")+
  theme_minimal()

Color by discrete variable

ggplot(penguins, aes(bill_depth_mm, bill_length_mm, color = species)) +
  geom_point(size = 4) +
  scale_color_seabird(palette = "wavedalbatross")+
  theme_minimal()
#> Warning: Removed 2 rows containing missing values (geom_point).

Palettes

bluefootedbooby
bluefootedbooby = “#c3eaf1”, “#dcd2d1”, “#3f4555”, “#89634c”, “#bdc09d”, “#704d3d”

atlanticpuffin

atlanticpuffin = “#e38643”, “#100f19”, “#f4f2f1”, “#2c2a38”, “#c1012c”, “#875309”

kingpenguin

kingpenguin = “#1d1a18”, “#eaf3f1”, “#3d373b”, “#ea9200”, “#9db2bd”, “#ee964d”

wavedalbatross

wavedalbatross = “#e6e7e2”, “#d9b20c”, “#d4bb87”, “#928e84”, “#504531”, “#291914”

whiskeredauklet

whiskeredauklet = “#4e5051”, “#c13214”, “#a49899”, “#151616”, “#a7a5ae”, “#f4f2f1”

incatern

incatern = “#e92b19”, “#e7ca2b”, “#f4f2f1”, “#757f8f”, “#333842”, “#c74611”

chileanskua

chileanskua = “#302b2b”, “#543f35”, “#f8dcad”, “#8a563d”, “#a88b75”, “#7a6356”

redleggedkittiwake

redleggedkittiwake = “#ddd58d”, “#f4f2f1”, “#96979d”, “#d5d7d8”, “#414038”, “#ac2c22”

Inspiration

This package was inspired by asteves/tayloRswift.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages