R/biodivMapR_SFS.R
biodivMapR_SFS.Rd
performs SFS to identify combination of input variables maximizing a criterion
biodivMapR_SFS(
input_raster,
obs_vect,
obs2optimize,
obs_criterion = "shannon",
corrMethod = "spearman",
input_mask = NULL,
Hill_order = 1,
nbclusters = 50,
MinSun = 0.25,
nbPix = 1e+05,
nbIter = 20,
pcelim = 0.02,
verbose = T,
nbWorkers = 1,
nbCPU = 1
)
SpatRaster or list of SpatRaster
SpatVector or SpatVectorCollection
numeric .list of ground obs diversity metrics corresponding to obs_vect. Expected values: richness, shannon, simpson, hill, BC
character. richness, shannon, simpson or BC
character. select between method available for cor.test
SpatRaster corresponding to mask
numeric.
numeric.
numeric.
numeric.
numeric.
numeric.
boolean.
numeric.
numeric.
list including performances (correlation) of SFS with additional features and assessed diversity metrics corresponding to each step