rect_hclust: Dendrogram with clusters shown by rectangles (like...

Description Usage Arguments Value Author(s) Examples

View source: R/cluster.R

Description

Dendrogram with clusters shown by rectangles (like rect.hclust)

Usage

1
rect_hclust(object, n_cluster)

Arguments

object

cluster object from hclust

n_cluster

number of clusters to show

Value

ggplot like output from rect.hclust

Author(s)

Ken Butler, butler@utsc.utoronto.ca

Examples

1
rect_hclust(ward(nine_points, T, 3)$object, 4)

nxskok/seaiceR documentation built on Nov. 4, 2019, 10:12 p.m.