Map HOST classes into USDA classes

HOST2USDA(vectorHOSTclass, methodBy = "Bulygina et al., 2011")

Arguments

vectorHOSTclass
this is a vector of HOST classes (e.g. c("3","7")). This can contain a single value.
methodBy
this is a string that identifies the methodology to be used. Possible values are: "Bulygina et al., 2011" (default), "Halcrow, 2011".

Value

USDA class, this can be: A, B, C, D or a combination of them.

Examples

## Not run: ------------------------------------ # HOST2USDA(c("3","7")) ## ---------------------------------------------