print.agnes: Print Method for AGNES Objects

Description Usage Arguments See Also

View source: R/agnes.q

Description

Prints the call, agglomerative coefficient, ordering of objects and distances between merging clusters (‘Height’) of an agnes object.

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

Usage

1
2
## S3 method for class 'agnes'
print(x, ...)

Arguments

x

an agnes object.

...

potential further arguments (required by generic).

See Also

summary.agnes producing more output; agnes, agnes.object, print, print.default.


pimentel/cluster documentation built on May 25, 2019, 7:12 a.m.