Description Usage Arguments Value Author(s) References See Also Examples
View source: R/plot.hclustering.R
Plots hierarchical clustering from a 'hclustering' object
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
x |
an object of class |
title |
character or vector of characters (when plotting radial plots of cluster profiles; see Value), plot title(s). |
profiles |
logical; if |
ncol.arrange |
integer, number of columns when arranging multiple grobs on a page (active when plotting radial plots of cluster profiles; see Value). |
circlize |
logical; if |
horiz |
logical; if |
cex.labels |
numeric, the magnification to be used for labels (active when plotting a dendrogram; see Value). |
colored.labels |
logical; if |
colored.branches |
logical; if |
rect |
logical; if |
lower.rect |
numeric, a value of how low should the lower part of the rect be (active when plotting a dendrogram; see option |
min.mid.max |
numeric vector with 3 elements: lower bound, middle dashed line, upper bound for radial axis (active when plotting radial plots of cluster profiles; see Value). |
... |
other graphical parameters. |
If x$k
is NULL
, plot.hclustering
returns a single ggplot2
object, displaying the pattern of the explained variance vs the number of clusters.
If x$k
is not NULL
and profiles=FALSE
, plot.hclustering
returns a single ggplot2
object, displaying the dendrogram.
If x$k
is not NULL
and profiles=TRUE
, plot.hclustering
returns a list of ggplot2
objects, displaying the radial plots of the cluster profiles.
Marco Sandri, Paola Zuccolotto, Marica Manisera (basketballanalyzer.help@unibs.it)
P. Zuccolotto and M. Manisera (2020) Basketball Data Science: With Applications in R. CRC Press.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.