Description Usage Arguments Details Value
View source: R/createRegions.R
Use hierarchical clustering to group sites into biogeographical regions based on similarity in avian species composition
1 | createRegions(dist_weights, n_cores)
|
dist_weights |
Optional |
n_cores |
Positive integer stating the number of processing cores to split the job across.
Default is |
Distance matrices are created for each of the six site-level parameters. Species
composition is calculated by considering the presence-absence of species at each site, where
a presence is recorded only if that species has been observed in that site on at least five
of the seven total BBS surveys. A mean distance is then calculated from the six different matrices
using the specified weights in dist_weights
. Hierachical clustering is then performed and the
resulting dendrogram is cut to group sites into broader biogeographical regions. Separate grouping
is performed for each flyway in Site.descriptors
A dataframe
that contains the Site.descriptors
along with a new column
describing the bioregions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.