Represents the abiotic component (environmental suitability) in the BAM framework. Contains raster-based niche models and their sparse matrix representations.
An object of class setA showClass("setA")
niche_modelA RasterLayer or RasterStack representing the
environmental suitability model (binary or continuous)
suit_thresholdNumeric value used to binarize continuous models
cellIDsNumeric vector of raster cell IDs with non-NA values
suit_valuesNumeric vector of suitability values for continuous models
sparse_modelA sparse matrix (dgCMatrix) representation of the niche model
The niche_model slot must be either a RasterLayer or RasterStack.
Luis Osorio-Olvera & Jorge Soberón
model2sparse, setM-class