The R Project SVN R

Rev

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

Rev 69446 Rev 70613
Line 1... Line 1...
1
% File src/library/stats/man/dendrogram.Rd
1
% File src/library/stats/man/dendrogram.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2015 R Core Team
3
% Copyright 1995-2016 R Core Team
4
% Copyright 2002-2015 The R Foundation
4
% Copyright 2002-2015 The R Foundation
5
% Distributed under GPL 2 or later
5
% Distributed under GPL 2 or later
6
 
6
 
7
\name{dendrogram}
7
\name{dendrogram}
8
\title{General Tree Structures}
8
\title{General Tree Structures}
Line 210... Line 210...
210
      structure, use \code{str(unclass(d))} instead.}
210
      structure, use \code{str(unclass(d))} instead.}
211
  }
211
  }
212
}
212
}
213
\section{Warning}{
213
\section{Warning}{
214
  Some operations on dendrograms such as \code{merge()} make use of
214
  Some operations on dendrograms such as \code{merge()} make use of
215
  recursion.  For very deep trees it may be necessary to increase
215
  recursion.  For deep trees it may be necessary to increase
216
  \code{\link{options}("expressions")}: if you do you are likely to need
216
  \code{\link{options}("expressions")}: if you do, you are likely to need
217
  to set the C stack size larger than the default where possible.
217
  to set the C stack size (\code{\link{Cstack_info}()[["size"]]}) larger
-
 
218
  than the default where possible.
218
}
219
}
219
\seealso{
220
\seealso{
220
  \code{\link{dendrapply}} for applying a function to \emph{each} node.
221
  \code{\link{dendrapply}} for applying a function to \emph{each} node.
221
  \code{\link{order.dendrogram}} and \code{\link{reorder.dendrogram}};
222
  \code{\link{order.dendrogram}} and \code{\link{reorder.dendrogram}};
222
  further, the \code{\link{labels}} method.
223
  further, the \code{\link{labels}} method.