Learn R Programming

sarp.snowprofile (version 1.3.2)

getColoursGrainSize: Gets colours for plotting grain size values

Description

Gets colours for plotting grain size values in snowprofiles. Colours are consistent with niViz at https://niviz.org

Usage

getColoursGrainSize(Values, Resolution = 101, Verbose = FALSE)

Value

Array with HTML colour codes

Arguments

Values

Liquid water content values

Resolution

Resolution of colour scale. Default is 100.

Verbose

Switch for writing out value and html colour tuplets for debugging.

Author

phaegeli

See Also

getColoursDensity, getColoursGrainType, getColoursHardness, getColoursLWC, getColoursSnowTemp

Examples

Run this code

GrainSize <- seq(0,6, by=0.1)
plot(x = rep(1,length(GrainSize)), y = GrainSize,
     col = getColoursGrainSize(GrainSize), pch = 19, cex = 3)

Run the code above in your browser using DataLab