select_linkage {phyloregion}R Documentation

Cluster algorithm selection and validation

Description

This function contrasts different hierarchical clustering algorithms on the phylogenetic beta diversity matrix for degree of data distortion using Sokal & Rohlf’s (1962) cophenetic correlation coefficient.

Usage

select_linkage(x)

Arguments

x

a numeric matrix, data frame or "dist" object.

Value

References

Sokal, R.R. & Rohlf, F.J. (1962) The comparison of dendrograms by objective methods. Taxon 11: 33–40.

Examples

data(africa)
tree <- africa$phylo
bc <- beta_diss(africa$comm)
y <- select_linkage(bc[[1]])
barplot(y, horiz = TRUE, las = 1)


[Package phyloregion version 1.0.8 Index]