plot.hclustvar: Dendrogram of the hierarchy of variables

Description Usage Arguments See Also Examples

View source: R/plot.hclustvar.R

Description

Dendrogram of the hierarchy of variables resulting from hclustvar and aggregation levels plot.

Usage

1
2
## S3 method for class 'hclustvar'
plot(x, type = "tree", sub = "", ...)

Arguments

x

an object of class hclustvar.

type

if type="tree" plot of the dendrogram and if type="index" aggregation levels plot.

sub

a sub title for the plot.

...

further arguments passed to or from other methods.

See Also

hclustvar

Examples

1
2
3
4
5
6
7
8
data(wine)
X.quanti <- PCAmixdata::splitmix(wine)$X.quanti
X.quali <- PCAmixdata::splitmix(wine)$X.quali
tree <- hclustvar(X.quanti,X.quali)
plot(tree)

#Aggregation levels plot
plot(tree,type="index")

chavent/ClustOfVar documentation built on Nov. 7, 2019, 2:19 p.m.