computes beta diversity metrics
compute_beta_metrics(
ClusterMap_Path,
SSD_Dir,
MinSun,
Nb_Units_Ordin,
nb_partitions,
nbclusters,
pcelim,
scaling = "PCO",
dimMDS = 3,
nbCPU = 1,
MaxRAM = 0.25,
SamplesPerThread = 2000
)
character. File containing spectral species or classes from prior classification
character. path for spectral species distribution file to be written
numeric. minimum proportion of sunlit pixels required to consider plot
numeric. maximum number of spatial units to be processed in Ordination
numeric. number of iterations
numeric. number of clusters defined in k-Means
numeric. Minimum contribution in percents required for a spectral species
character. scaling method, PCO or NMDS
numeric. number of dimensions for the scaling.
numeric. Number of CPUs to use in parallel.
numeric. MaxRAM maximum size of chunk in GB to limit RAM allocation when reading image file.
numeric. number of samples to be processed per thread for dissimilarity matrix
my_list a list of information including results of 3 dimensional ordination with PCoA, PCoA model, map of sunlit windows