powered by
Calculates MNTD (mean nearest taxon distance) for taxa in a community
mntd(samp, dis, abundance.weighted=FALSE)
Community data matrix
Interspecific distance matrix
Should mean nearest taxon distances for each species be weighted by species abundance? (default = FALSE)
Vector of MNTD values for each community.
This metric has also been referred to as MNND (mean nearest neighbour distance), and the function was named mnnd in picante versions < 0.7.
mnnd
Webb, C., D. Ackerly, M. McPeek, and M. Donoghue. 2002. Phylogenies and community ecology. Annual Review of Ecology and Systematics 33:475-505.
ses.mntd
# NOT RUN { data(phylocom) mntd(phylocom$sample, cophenetic(phylocom$phylo), abundance.weighted=TRUE) # }
Run the code above in your browser using DataLab