The R Project SVN R

Rev

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

Rev 68948 Rev 74363
Line 27... Line 27...
27
  Using the weights \code{wts}, the leaves of the dendrogram are
27
  Using the weights \code{wts}, the leaves of the dendrogram are
28
  reordered so as to be in an order as consistent as possible with the
28
  reordered so as to be in an order as consistent as possible with the
29
  weights.  At each node, the branches are ordered in
29
  weights.  At each node, the branches are ordered in
30
  increasing weights where the weight of a branch is defined as
30
  increasing weights where the weight of a branch is defined as
31
  \eqn{f(w_j)} where \eqn{f} is \code{agglo.FUN} and \eqn{w_j} is the
31
  \eqn{f(w_j)} where \eqn{f} is \code{agglo.FUN} and \eqn{w_j} is the
32
  weight of the \eqn{j}-th sub branch).
32
  weight of the \eqn{j}-th sub branch.
33
}
33
}
34
\value{
34
\value{
35
  A dendrogram where each node has a further attribute \code{value} with
35
  A dendrogram where each node has a further attribute \code{value} with
36
  its corresponding weight.
36
  its corresponding weight.
37
}
37
}