The R Project SVN R

Rev

Rev 81927 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 81927 Rev 87653
Line 190... Line 190...
190
 
190
 
191
  The \code{\link{merge}(x, y, ...)} method merges two or more
191
  The \code{\link{merge}(x, y, ...)} method merges two or more
192
  dendrograms into a new one which has \code{x} and \code{y} (and
192
  dendrograms into a new one which has \code{x} and \code{y} (and
193
  optional further arguments) as branches.  Note that before \R 3.1.2,
193
  optional further arguments) as branches.  Note that before \R 3.1.2,
194
  \code{adjust = "none"} was used implicitly, which is invalid when,
194
  \code{adjust = "none"} was used implicitly, which is invalid when,
195
  e.g., the dendrograms are from \code{\link{as.dendrogram}(hclust(..))}.
195
  e.g., the dendrograms are from \code{as.dendrogram(hclust(..))}.
196
 
196
 
197
  \code{\link{nobs}(object)} returns the total number of leaves (the
197
  \code{\link{nobs}(object)} returns the total number of leaves (the
198
  \code{members} attribute, see above).
198
  \code{members} attribute, see above).
199
 
199
 
200
  \code{is.leaf(object)} returns logical indicating if \code{object} is a
200
  \code{is.leaf(object)} returns logical indicating if \code{object} is a