Home

Awesome

HitCount contributions welcome

colRoz - A wildlife colour palette from the land down under

<img align="right" src="https://github.com/jacintak/colRoz/blob/master/images/colRoz_logo_v2.png" height=250 alt="colRozlogo">

Themed colour packages are all the rage. So Nicholas asked Jacinta to make him a colour package. These palettes are based on the colours of Australia which we can all agree is the most beautiful country in the world. If a kiwi can be convinced, then it must be so.

Palettes

See the colRoz website for the full list of palettes.


Contributing

Got a palette idea? Submit a pull request on GitHub with your palette or set of palettes as a list like:

palette <- list(
pal1 = rbind(c(<hex codes>), c(<order of discrete colours>))
)

Palettes are stored in the R file oz_palettes.R. You can add individual palettes to the respective theme or make your own theme. Our palettes are about 6 hex codes long but they can be any number you want. Alternatively get in touch via email or the issues tab on GitHub. We may not have time to choose colours for a given theme but if you already decided on the colour scheme, it's easy to copy and paste the hex codes into the relevant line and you get credit, of course.


News

See news.md for latest updates


Install package

There are binary releases if you'd prefer but for the development version:

install.packages("devtools")
devtools::install_github("jacintak/colRoz",  build_vignettes = TRUE)

Usage

library("colRoz")

# See all palettes
names(oz_palettes)

# Usage in a graph

pal <- colRoz_pal(name = "ngadju", n = 3, type = "discrete")

library("ggplot2")
ggplot(iris, aes(Petal.Width, Petal.Length , colour=Species)) +
geom_point() +
scale_colour_manual(values = pal) +
theme_classic()

# To visualise the palette
print_palette(colRoz_pal("c.decresii"))

Example palettes with the real thing

Warramaba ngadju

<img src="https://github.com/jacintak/colRoz/blob/master/images/ngadju.png" height=200><img src="https://jacintakongresearch.files.wordpress.com/2015/03/file_000.jpeg" height=200>

Tawny dragon (Ctenophorus decresii)

<img src="https://github.com/jacintak/colRoz/blob/master/images/c.decresii.png" height=200><img src="https://github.com/jacintak/jacintak.github.io/blob/master/content/colRoz/raw_images/c.decresii.jpg" height=150>

Blue Mountains water skink (Eulamprus leuraensis)

<img src="https://github.com/jacintak/colRoz/blob/master/images/e.leuraensis.png" height=200><img src="https://github.com/jacintak/jacintak.github.io/blob/master/content/colRoz/raw_images/e.leuraensis_P.Soltys.jpg" height=150>


Credits

Jacinta Kong designed the Warramaba palette and adapted the code from the following packages:

Nicholas Wu designed the other palettes and the logo.

Contact J. Kong: kongj@tcd.ie

Contact N. Wu: nicholas.wu.nz@gmail.com

Twitter
jacintakong
NicholasWuNZ

Photo credits