cluster (version 2.0.6)

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

# S3 method for agnes
summary(object, …)
# S3 method for summary.agnes
print(x, …)

Arguments

x, object

a agnes object.

potential further arguments (require by generic).

See Also

agnes, agnes.object.

Examples

Run this code
# NOT RUN {
data(agriculture)
summary(agnes(agriculture))
# }

Run the code above in your browser using DataLab