File: pltree.Rd

package info (click to toggle)
cluster 1.11.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,032 kB
  • ctags: 144
  • sloc: ansic: 1,972; fortran: 681; sh: 76; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 649 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
\name{pltree}
\alias{pltree}
\title{Clustering Trees - Generic Function}
\description{
  Generic function drawing a clustering tree (``dendrogram'') on the
  current graphics device.  There is a \code{twins} method, see
  \code{\link{pltree.twins}} for usage and examples.
}
\usage{
pltree(x, \dots)
}
\arguments{
  \item{x}{an \R object (for which a \code{pltree} method is defined).}
  \item{...}{methods may have additional arguments.  Graphical
    parameters (see \code{\link{par}}) may also be supplied as arguments
    to this function.}
}
\seealso{\code{\link{pltree.twins}}, \code{\link{twins.object}}.
}
\keyword{cluster}
\keyword{hplot}