upgma: UPGMA calculation

View source: R/upgma.R

upgmaR Documentation

UPGMA calculation

Description

it takes a tree or a list of trees and returns a phylo object (from ape package) with x trees as inputed.

Usage

upgma(x, method = "average", ...)

Arguments

x

a distance matrix or a list of distance matrix as outputed by the renkonen function

method

the UPGMA summation method. It uses the same as hclust function

...

ignored

See Also

renkonen(), stats::hclust()


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