The R Project SVN R-packages

Rev

Rev 2847 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

\name{print.pam}
\alias{print.pam}
\title{Print Method for PAM Objects}
\description{
  Prints the medoids, clustering vector and objective function
  of \code{pam} object.

  This is a method for the function \code{\link{print}()} for objects
  inheriting from class \code{\link{pam}}.
}
\usage{
\method{print}{pam}(x, \dots)
}
\arguments{
  \item{x}{a pam object.}
  \item{\dots}{potential further arguments (require by generic).}
}
\seealso{
  \code{\link{pam}}, \code{\link{pam.object}}, \code{\link{print}},
  \code{\link{print.default}}.
}
\keyword{cluster}
\keyword{print}