PlotBest.hclust: Plots dotchart with best clustering method

View source: R/plotbest.r

PlotBest.hclustR Documentation

Plots dotchart with best clustering method

Description

Plots dotchart with best clustering method

Usage


PlotBest.hclust(dist, clust=c("ward.D", "ward.D2", "single", "complete",
"average", "mcquitty", "median", "centroid"), plot=TRUE)

Arguments

dist

Distance matrix

clust

Clustering method

plot

Plot?

Details

Shows the "best" hierarchical clustering method. Uses cophenetic correlation.

Value

Numeric vector with correlation values (equal to the number of clusterings involved)

Author(s)

Alexey Shipunov

Examples


PlotBest.hclust(dist(iris[, -5]))

PlotBest.hclust(dist(t(moldino)))


shipunov documentation built on Feb. 16, 2023, 9:05 p.m.