Dendrogram of the hierarchical clustering of variables
plot.build_tree.RdDendrogram of the hierarchical cluster of variables resulting from build_tree().
Usage
# S3 method for class 'build_tree'
plot(x, type = "tree", sub = "", ...)Arguments
- x
An object returned by
build_tree().- type
(Scalar character)
If"tree", a plot of the dendrogram. If"index", a plot of the aggregation levels.- sub
(Scalar character)
Subtitle for the plot.- ...
Additional arguments passed to
base::plot().