char2numHHI | R Documentation |
Convert character hand hardness index (HHI) of snow layers to numeric values. For example, hand hardness Fist becomes 1, Ice becomes 6.
char2numHHI(charHHI)
charHHI |
Character string of hand hardness level, i.e., one of
|
Float value of numeric hand hardness level between 1 and 6.
fherla
char2numHHI('F+')
char2numHHI('F-')
char2numHHI('F-4F')
## not meaningful:
this_throws_error <- TRUE
if (!this_throws_error) {
char2numHHI('F-P')
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.