Skip to contents

{PrettyCols} is an R package containing aesthetically pleasing colour palettes.

The structure of the package is based on code from the {PNWColors}, {wesanderson}, and {MetBrewer} packages.

Installation

{PrettyCols} is available on CRAN. Install using:

install.packages("PrettyCols")

or install the development version from GitHub:

remotes::install_github("nrennie/PrettyCols")

See nrennie.github.io/PrettyCols for full documentation.

A Python implementation of this package can be found at github.com/nrennie/PrettyPyCols.