Learn R Programming

sarp.snowprofile (version 1.3.2)

getColoursSnowTemp: Gets colours for plotting snow temperature values

Description

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

Usage

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

Value

Array with HTML colour codes

Arguments

Values

Snow temperature 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, getColoursGrainSize, getColoursGrainType, getColoursHardness, getColoursLWC

Examples

Run this code

SnowTemp <- c(-25:0)
plot(x = rep(1,length(SnowTemp)), y = SnowTemp,
     col = getColoursSnowTemp(SnowTemp), pch = 19,cex = 3)

Run the code above in your browser using DataLab