R/Lib_MapAlphaDiversity.R
compute_SSD.Rd
compute spectral species distribution from original spectral species map
compute_SSD(
Image_Chunk,
window_size,
nbclusters,
MinSun = 0.25,
pcelim = 0.02,
Index_Alpha = "Shannon",
nbCPU = 1,
nbPieces = 1,
Mask_Chunk = FALSE,
progressbar = FALSE
)
numeric. 3D image chunk of spectral species
numeric. size of spatial units (in pixels) to compute diversity
number of clusters defined in k-Means
minimum proportion of sunlit pixels required to consider plot
minimum proportion for a spectral species to be included
list. list of alpha diversity indices to be computed from spectral species
numeric. Number of CPUs to use in parallel.
numeric. number of pieces in which original image is split
numeric. 3D image chunk of mask (optional)
boolean. should progress bar be displayed (set to TRUE only if no conflict of parallel process)
list of alpha diversity metrics for each iteration