File: summary.agnes.Rd

package info (click to toggle)
cluster 2.1.8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,732 kB
  • sloc: ansic: 3,397; sh: 20; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 656 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
\name{summary.agnes}
\alias{summary.agnes}
\alias{print.summary.agnes}
\title{Summary Method for 'agnes' Objects}
\description{
  Returns (and prints) a summary list for an \code{agnes} object.
  Printing gives more output than the corresponding
  \code{\link{print.agnes}} method.
}
\usage{
\method{summary}{agnes}(object, \dots)
\method{print}{summary.agnes}(x, \dots)
}
\arguments{
  \item{x, object}{a \code{\link{agnes}} object.}
  \item{\dots}{potential further arguments (require by generic).}
}
\seealso{\code{\link{agnes}}, \code{\link{agnes.object}}.}
\examples{
data(agriculture)
summary(agnes(agriculture))
}
\keyword{cluster}
\keyword{print}