upgma.c: UPGMA calc core

View source: R/upgma.R

upgma.cR Documentation

UPGMA calc core

Description

this function is just a wraper for the hclut function which calculates an upgma dendrogram from a distance matrix. The function also converts a the hclust object in a phylo object.

Usage

upgma.c(df, method = "average", ...)

Arguments

df

a squar data frame with similarity index as values

method

same methods as in hclust function

...

ignored

See Also

stats::hclust()


wilsonfrantine/R4eco documentation built on Jan. 30, 2024, 4:55 p.m.