code2hem {mergingTools} | R Documentation |
code2hem
returns the name of the HEM corresponding to the code of the T2080 manual.
When gathering experimental data the captured HEMs will be coded with a number.
This functions transforms the number into the reference name in the T2080 manual.
code2hem(cod = NULL)
cod |
HEM code on the T2080 manual. |
Returns the name of the HEM that corresponds to the input code.
code <- 1
hem <- code2hem(code)
hem