1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/dendextend-package.R
\docType{package}
\name{dendextend-package}
\alias{dendextend-package}
\alias{dendextend}
\title{Functions for extending dendrogram objects}
\description{
Offers a set of functions for extending 'dendrogram' objects in R,
letting you visualize and compare trees of 'hierarchical clusterings'.
You can (1) Adjust a tree's graphical parameters -
the color, size, type, etc of its branches, nodes and labels.
(2) Visually and statistically compare different 'dendrograms' to one another.
}
\seealso{
\code{\link{dendrogram}, \link{hclust}} in \code{\link{stats}} package.
}
\keyword{clustering}
\keyword{dendrogram}
\keyword{package}
\keyword{visualization}
|