Learn R Programming

sarp.snowprofile (version 1.3.2)

getColoursHardness: Gets colours for plotting snow hardness values

Description

Gets colours for plotting snow hardness values in snowprofiles.

Usage

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

Value

Array with HTML colour codes

Arguments

Values

Hardness 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, getColoursLWC, getColoursSnowTemp

Examples

Run this code

Hardness <- c(1:5)
plot(x = rep(1,length(Hardness)), y = Hardness,
     col = getColoursHardness(Hardness), pch = 19,cex = 3)

Run the code above in your browser using DataLab