plotWaveletClusterDendrogram: Plot wavelet cluster dendrogram

Description Usage Arguments Value Author(s)

Description

Generates and plots an hierarchical tree for locations based on pairwise distances between their wavelet spectra.

Usage

1
2
3
plotWaveletClusterDendrogram(w.arr.dis, k = 4,
  labels = rownames(w.arr.dis$dist.mat),
  title = "Wavelet cluster dendrogram")

Arguments

w.arr.dis

A matrix with distances between wavelet spectra.

k

A number of clusters of locations.

labels

A vector of labels for the tree tips (i.e. locations).

title

A title for the generated graph.

Value

An object of class hclust which describes the resulting tree.

Author(s)

Mikhail Churakov (mikhail.churakov@pasteur.fr).


mc30/wasp documentation built on Sept. 14, 2020, 4:20 a.m.