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

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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