View source: R/alphabeta_window_list.R
alphabeta_window_list | R Documentation |
apply alphabeta_window to a list of lists
alphabeta_window_list(
SSwindow,
nbclusters,
Beta_info = NULL,
alphametrics = "shannon",
Hill_order = 1,
pcelim = 0.02
)
SSwindow |
dataframe. spectral species corresponding to a raster subset (window = elementary spatial unit of process) |
nbclusters |
numeric. number of clusters used in kmeans |
Beta_info |
list. BC dissimilarity & associated beta metrics from training set |
alphametrics |
list. alpha diversity metrics: richness, shannon, simpson |
Hill_order |
numeric. Hill order |
pcelim |
numeric. minimum proportion of pixels to consider spectral species |
list of alpha and beta diversity metrics
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.