summary.pam {cluster} | R Documentation |
Summary Method for PAM Objects
Description
Summarize a pam
object and return an object
of class summary.pam
.
There's a print
method for the latter.
Usage
## S3 method for class 'pam'
summary(object, ...)
## S3 method for class 'summary.pam'
print(x, ...)
Arguments
x , object |
a |
... |
potential further arguments (require by generic). |
See Also
[Package cluster version 2.1.6 Index]