Description Usage Arguments Value
View source: R/Lib_MapFunctionalDiversity.R
Map functional diversity metrics based on spectral species
1 2 3 4 5 6 7 8 9 | compute_Functional_metrics(
Functional_File,
Functional_Map_Path,
Selected_Features,
window_size,
MinSun,
nbCPU = FALSE,
MaxRAM = FALSE
)
|
Functional_File |
character. Path and name of the image processed to be used to compute functional diversity |
Functional_Map_Path |
character. Path and name of the resulting functional diversity raster |
Selected_Features |
numeric. list of features from Functional_File to be included in the analysis |
window_size |
numeric. size of spatial units (in pixels) to compute diversity |
MinSun |
numeric. minimum proportion of sunlit pixels required to consider plot |
nbCPU |
numeric. Number of CPUs to use in parallel. |
MaxRAM |
numeric. MaxRAM maximum size of chunk in GB to limit RAM allocation when reading image file. |
list of mean and SD of alpha diversity metrics
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.