do_DC: Perform divisive clustering analysis

View source: R/do_DC.R

do_DCR Documentation

Perform divisive clustering analysis

Description

Compute a divisive hierarchical clustering of a distance matrix and plot the result.

Usage

do_DC(dm, write = FALSE, fn = "output/DC/output.png")

Arguments

dm

A distance matrix.

write

logical flag: (default = FALSE) if TRUE then a plot will be written to file fn.

fn

a connection or character string naming the file to write to.

Value

An object of class "diana" representing the clustering.


tjfinney/ANTTV documentation built on July 1, 2024, 11 p.m.