upgma: UPGMA and WPGMA clustering

View source: R/trees.R

upgmaR Documentation

UPGMA and WPGMA clustering

Description

UPGMA and WPGMA clustering

Usage

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

Arguments

D

A distance matrix.

method

The agglomeration method to be used. This should be (an unambiguous abbreviation of) one of "ward", "single", "complete", "average", "mcquitty", "median" or "centroid". The default is "average".

...

Further arguments passed to or from other methods.


numbat documentation built on May 29, 2024, 1:29 a.m.