Skip to content

Unified colour scale creation from viridis, scico, & color brewer

License

Notifications You must be signed in to change notification settings

RichardJActon/colourScaleR

Folders and files

NameName
Last commit message
Last commit date
Mar 18, 2022
May 14, 2021
May 14, 2021
Jul 9, 2021
Apr 30, 2021
Apr 30, 2021
Jul 9, 2021
Apr 30, 2021
May 14, 2021
Apr 30, 2021
Apr 30, 2021

Repository files navigation

colourScaleR

colourScaleR provides a unified interface to scico, viridis, & Color Brewer for creating colour scales

Installation

You can install the development version of colourScaleR from github with:

remotes::install_github("RichardJActon/colourScaleR")

Example

library(colourScaleR)

universal_colour_scaler(
	rnorm(10),
	type = "brewer",
	scale = "log",
	palette = "RdYlBu",
	verbose = TRUE,
	n_breaks = 10,
	mode = "scaled",
	direction = -1
)

About

Unified colour scale creation from viridis, scico, & color brewer

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages