print.pam: Print Method for PAM Objects

View source: R/pam.q

print.pamR Documentation

Print Method for PAM Objects

Description

Prints the medoids, clustering vector and objective function of pam object.

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

Usage

## S3 method for class 'pam'
print(x, ...)

Arguments

x

a pam object.

...

potential further arguments (require by generic).

See Also

pam, pam.object, print, print.default.


cluster documentation built on Nov. 28, 2023, 1:07 a.m.

Related to print.pam in cluster...