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 9... Line 9...
9
\description{
9
\description{
10
  Apply function \code{FUN} to each node of a \code{\link{dendrogram}}
10
  Apply function \code{FUN} to each node of a \code{\link{dendrogram}}
11
  recursively.  When  \code{y <- dendrapply(x, fn)}, then \code{y} is a
11
  recursively.  When  \code{y <- dendrapply(x, fn)}, then \code{y} is a
12
  dendrogram of the same graph structure as \code{x} and for each node,
12
  dendrogram of the same graph structure as \code{x} and for each node,
13
  \code{y.node[j] <- FUN( x.node[j], ...)} (where \code{y.node[j]} is an
13
  \code{y.node[j] <- FUN( x.node[j], ...)} (where \code{y.node[j]} is an
14
  (invalid!) notation for the j-th node of y.
14
  (invalid!) notation for the j-th node of y).
15
}
15
}
16
\usage{
16
\usage{
17
dendrapply(X, FUN, ...)
17
dendrapply(X, FUN, ...)
18
}
18
}
19
\arguments{
19
\arguments{