Learn R Programming

ClustVarLV (version 2.1.1)

plot.clv: Graphical representation of the CLV clustering stages

Description

This function plots either the CLV dendrogram or the variations of the consolidated CLV criterion.

Usage

# S3 method for clv
plot(x, type = "dendrogram", cex = 0.8, ...)

Arguments

x

: an object of class clv

type

: What to plot. "dendrogram" : the dendrogram of the hierchical clustering algorithm, "delta" : a barplot showing the variation of the clustering criterium after consolidation.

cex

: Character expansion for labels.

...

further arguments passed to or from other methods

See Also

CLV