powered by
Gets colours for plotting snow temperature values in snowprofiles. Colours are consistent with niViz at https://niviz.org
getColoursSnowTemp(Values, Resolution = 101, Verbose = FALSE)
Array with HTML colour codes
Snow temperature values
Resolution of colour scale. Default is 100.
Switch for writing out value and html colour tuplets for debugging.
phaegeli
getColoursDensity, getColoursGrainSize, getColoursGrainType, getColoursHardness, getColoursLWC
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