The R Project SVN R-packages

Rev

Rev 7200 | Rev 7667 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7200 Rev 7236
Line 169... Line 169...
169
  a visual display of the clustering is plotted on the current graphics device.
169
  a visual display of the clustering is plotted on the current graphics device.
170
}
170
}
171
\details{
171
\details{
172
  \code{clusplot} uses function calls
172
  \code{clusplot} uses function calls
173
  \code{\link{princomp}(*, cor = (ncol(x) > 2))} or
173
  \code{\link{princomp}(*, cor = (ncol(x) > 2))} or
174
  \code{\link{cmdscale(*, add=TRUE)}}, respectively, depending on
174
  \code{\link{cmdscale}(*, add=TRUE)}, respectively, depending on
175
  \code{diss} being false or true.  These functions are data reduction
175
  \code{diss} being false or true.  These functions are data reduction
176
  techniques to represent the data in a bivariate plot.
176
  techniques to represent the data in a bivariate plot.
177
 
177
 
178
  Ellipses are then drawn to indicate the clusters.  The further layout of the
178
  Ellipses are then drawn to indicate the clusters.  The further layout of the
179
  plot is determined by the optional arguments.
179
  plot is determined by the optional arguments.