HOSTband2class: Map raster band values into HOST classes

View source: R/HOSTband2class.R

HOSTband2classR Documentation

Map raster band values into HOST classes

Description

Map raster band values into HOST classes

Usage

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"))


cvitolo/curvenumber documentation built on April 19, 2022, 3:33 a.m.