Rdocumentation
powered by
Learn R Programming
cluster (version 2.0.5)
summary.pam: 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
"summary"(object, ...) "print"(x, ...)
Arguments
x, object
a
pam
object.
...
potential further arguments (require by generic).
See Also
pam
,
pam.object
.