cluster (version 1.4-1)

print.agnes: Print Method for AGNES Objects

Description

Prints the ordering of objects, distances between merging clusters, agglomerative coefficient, and merge structure of an agnes object.

This is a method for the function print() for objects inheriting from class agnes.

Usage

## S3 method for class 'agnes':
print(x, \dots)

Arguments

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

See Also

agnes, agnes.object, print, print.default.