Home

Awesome

<!-- README.md is generated from README.Rmd. Please edit that file --> <!-- badges: start -->

CRAN
status R-CMD-check

<!-- badges: end -->

palr

palr provides colour palettes for data, based on some well known remotely sensed data sets for sea ice concentration, sea surface temperature and chlorophyll-a. It includes function image_pal() to create the data used by the image() function as colours.

There are five main ways of working with palr palette functions, which have names like ice_pal(), chl_pal() and sst_pal() for ice, chlorophyll-a and sst respectively and mk_timePal for creating a time-mapped palette function.

See the website for documentation: http://australianantarcticdivision.github.io/palr/

Installation

Install the current release from CRAN using

install.packages("palr")

To install the development version:

library(devtools)
install_github("AustralianAntarcticDivision/palr")

Please note that the palr project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.