cluster (version 2.0.5)

summary.agnes: Summary Method for `agnes' Objects

Description

Returns (and prints) a summary list for an agnes object. Printing gives more output than the corresponding print.agnes method.

Usage

"summary"(object, ...) "print"(x, ...)

Arguments

x, object
a agnes object.
...
potential further arguments (require by generic).

See Also

agnes, agnes.object.

Examples

Run this code
data(agriculture)
summary(agnes(agriculture))

Run the code above in your browser using DataLab