code2hem {mergingTools} | R Documentation |
Code to HEM name
Description
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.
Usage
code2hem(cod = NULL)
Arguments
cod |
HEM code on the T2080 manual. |
Value
Returns the name of the HEM that corresponds to the input code.
Examples
code <- 1
hem <- code2hem(code)
hem
[Package mergingTools version 1.0.1 Index]