fst.comdistnt | R Documentation |
fast computation of inter-community mean nearest taxon distance (bNTI)
fst.comdistnt(
comm,
phy_dist,
exclude_conspecifics = FALSE,
nworkers = NULL,
ses = F,
abundance_weighted = FALSE,
runs = NULL
)
comm |
a data.frame containing species abundance |
phy_dist |
a matrix containing phylogenetic distance |
exclude_conspecifics |
Should conspecific taxa in different communities be exclude from MNTD calculations? (default = FALSE) |
nworkers |
numbers of cores used for computation |
ses |
if ses.bNTI or NTI be calculated |
abundance_weighted |
whether bNTI is abundance weighted |
runs |
999 random draws, can be set to to smaller number to reduce computation time |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.