Map raster band values into HOST classes

HOSTband2class(rasterBandValue)

Arguments

rasterBandValue
this is a vector of raster band values (e.g. c("3","7")). This can contain a single value. Each value is an integer in the range [1,12].

Value

HOST class, this can be an integer (or a vector of inegers) in the range [1,29].

Examples

# HOSTband2class(c("3","7"))