diana
object.plot.diana(x, ask = FALSE, which.plots = NULL,
main = paste("Banner of ", deparse(attr(x, "Call"))),
sub = paste("Divisive Coefficient = ", round(x$dc, digits = 2)),
adj = 0, nmax.lab = 35, max.strlen = 5, ...)
"diana"
, created by the function
diana
.plot.diana
operates in interactive mode.par
) may also
be supplied as arguments to this function.ask= TRUE
, rather than producing each plot sequentially,
plot.diana
displays a menu listing all the plots that can be produced.
If the menu is not desired but a pause between plots is still wanted
one must set par(ask= TRUE)
before invoking the plot command.The banner displays the hierarchy of clusters, and is equivalent to a tree.
See Rousseeuw (1986) or chapter 6 of Kaufman and Rousseeuw (1990).
The banner plots the diameter of each cluster being splitted.
The observations are listed in the order found by the diana
algorithm, and
the numbers in the height
vector are represented as bars between the
observations.
The leaves of the clustering tree are the original observations. A branch splits up at the diameter of the cluster being splitted.
Rousseeuw, P.J. (1986). A visual display for hierarchical classification, in Data Analysis and Informatics 4. Edited by E. Diday, Y. Escoufier, L. Lebart, J. Pages, Y. Schektman, and R. Tomassone. North-Holland, Amsterdam. pp. 743-748.
Struyf, A., Hubert, M. and Rousseeuw, P.J. (1997). Integrating Robust Clustering Techniques in S-PLUS, Computational Statistics and Data Analysis, 26, 17-37.
diana
, diana.object
,
twins.object
, par
.