R/Lib_MapAlphaDiversity.R
map_alpha_div.Rd
maps alpha diversity indicators based on prior selection of PCs
map_alpha_div(
Input_Image_File = FALSE,
Input_Mask_File = FALSE,
Output_Dir = "",
window_size = 10,
TypePCA = "SPCA",
nbclusters = 50,
MinSun = 0.25,
pcelim = 0.02,
Index_Alpha = "Shannon",
FullRes = FALSE,
LowRes = TRUE,
MapSTD = TRUE,
nbCPU = 1,
MaxRAM = 0.25,
ClassifMap = FALSE
)
character. Path and name of the image to be processed.
character. Path and name of the mask corresponding to the image to be processed.
character. Output directory.
numeric. Size of spatial units (in pixels) to compute diversity.
character. Type of PCA (PCA, SPCA, NLPCA...).
numeric. Number of clusters defined in k-Means.
numeric. Minimum proportion of sunlit pixels required to consider plot.
numeric. Minimum contribution (in %) required for a spectral species.
character. Either 'Shannon', 'Simpson' or 'Fisher'.
boolean. Full resolution.
boolean. Low resolution.
boolean. map of standard deviation of the alpha diversity map (over repetitions)
numeric. Number of CPUs to use in parallel.
numeric. MaxRAM maximum size of chunk in GB to limit RAM allocation when reading image file.
character. If FALSE, perform standard biodivMapR based on SpectralSpecies. else corresponds to path for a classification map.
None