R/Lib_MapAlphaDiversity.R
convert_PCA_to_SSD.Rd
Convert PCA into SSD based on previous clustering
convert_PCA_to_SSD(
ReadWrite,
Spectral_Species_Path,
HDR_SS,
HDR_SSD,
HDR_Sunlit,
window_size,
nbclusters,
Input_Mask_File = FALSE,
HDR_Mask = FALSE,
MinSun = 0.25,
pcelim = 0.02,
Index_Alpha = c("Shannon"),
SSD_Path,
Sunlit_Path,
p = NULL,
nbCPU = 1,
nbPieces = 1,
progressbar = FALSE
)
list. includes byte coordinates where to read and write from files
character. path for Spectral_Species raster file
list. HDR file for spectral species
list. HDR file for spectral species distribution
list. HDR file for spectral species distribution
numeric. window size
numeric. number of clusters
character. input mask file (useful when using classification map)
list. HDR file for mask
numeric. Minimum proportion of sunlit pixels required to consider plot.
numeric. Minimum contribution (in %) required for a spectral species.
list. list of spectral metrics to be computed
character. path for spectral species distribution file
character. path for sunlit proportion file
list. progressor object for progress bar
numeric. Number of CPUs to use in parallel.
numeric. number of pieces to split file read into
boolean. should progress bar be displayed (set to TRUE only if no conflict of parallel process)
list of mean and SD of alpha diversity metrics