R/phyloregion.R
phyloregion.Rd
This function estimates evolutionary distinctiveness of each phyloregion by computing the mean value of phylogenetic beta diversity between a focal phyloregion and all other phyloregions in the study area.
phyloregion(x, k = 10, method = "average", pol = NULL, ...)
infomap(x, pol = NULL, ...)
A distance matrix
The desired number of phyloregions, often as determined by
optimal_phyloregion
.
the agglomeration method to be used. This should be (an unambiguous abbreviation of) one of “ward.D”, “ward.D2”, “single”, “complete”, “average” (= UPGMA), “mcquitty” (= WPGMA), “median” (= WPGMC) or “centroid” (= UPGMC).
a vector polygon of grid cells or spatial points.
Further arguments passed to or from other methods.
An object of class phyloregion
containing
a data frame membership with columns grids and cluster
k the number of clusters and additionally there can be an shape file and other objects. This representation may still change.
Daru, B.H., Van der Bank, M., Maurin, O., Yessoufou, K., Schaefer, H., Slingsby, J.A. & Davies, T.J. (2016) A novel phylogenetic regionalization of the phytogeographic zones of southern Africa reveals their hidden evolutionary affinities. Journal of Biogeography 43: 155-166.
Daru, B.H., Elliott, T.L., Park, D.S. & Davies, T.J. (2017) Understanding the processes underpinning patterns of phylogenetic regionalization. Trends in Ecology and Evolution 32: 845-860.
Daru, B.H., Holt, B.G., Lessard, J.P., Yessoufou, K. & Davies, T.J. (2017) Phylogenetic regionalization of marine plants reveals close evolutionary affinities among disjunct temperate assemblages. Biological Conservation 213: 351-356.
evol_distinct
, optimal_phyloregion
,
evol.distinct
for a different approach.