View source: R/get_alpha_from_SSD.R
get_alpha_from_SSD | R Documentation |
computes alpha diversity metrics from SSD
get_alpha_from_SSD(
SSD,
nbPix_Sunlit,
alphametrics = "shannon",
pcelim = 0.02,
Hill_order = 1
)
SSD |
numeric. spectral species distribution |
nbPix_Sunlit |
numeric. |
alphametrics |
list. alpha diversity metrics: richness, shannon, simpson |
pcelim |
numeric. minimum proportion of pixels to consider spectral species |
Hill_order |
numeric. Hill order |
Shannon index correspnding to the distribution
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.