The R Project SVN R

Rev

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

Rev 66629 Rev 66631
Line 43... Line 43...
43
 
43
 
44
\method{cut}{dendrogram}(x, h, \dots)
44
\method{cut}{dendrogram}(x, h, \dots)
45
 
45
 
46
\method{merge}{dendrogram}(x, y, \dots, height)
46
\method{merge}{dendrogram}(x, y, \dots, height)
47
 
47
 
48
\method{nobs}{dendrogram}(objects, \dots)
48
\method{nobs}{dendrogram}(object, \dots)
49
 
49
 
50
\method{print}{dendrogram}(x, digits, \dots)
50
\method{print}{dendrogram}(x, digits, \dots)
51
 
51
 
52
\method{rev}{dendrogram}(x)
52
\method{rev}{dendrogram}(x)
53
 
53
 
Line 178... Line 178...
178
  The \code{\link{merge}(x, y, ...)} method merges two or more
178
  The \code{\link{merge}(x, y, ...)} method merges two or more
179
  dendrograms into a new one which has \code{x} and \code{y} (and
179
  dendrograms into a new one which has \code{x} and \code{y} (and
180
  optional further arguments) as branches.
180
  optional further arguments) as branches.
181
 
181
 
182
  \code{\link{nobs}(object)} returns the total number of leaves (the
182
  \code{\link{nobs}(object)} returns the total number of leaves (the
183
  \code{members} attribute, see above).}
183
  \code{members} attribute, see above).
184
 
184
 
185
  \code{is.leaf(object)} returns logical indicating if \code{object} is a
185
  \code{is.leaf(object)} returns logical indicating if \code{object} is a
186
  leaf (the most simple dendrogram).
186
  leaf (the most simple dendrogram).
187
 
187
 
188
  \code{plotNode()} and \code{plotNodeLimit()} are helper functions.
188
  \code{plotNode()} and \code{plotNodeLimit()} are helper functions.