The R Project SVN R

Rev

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

Rev 66839 Rev 68633
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, http://www.R-project.org
2
% Part of the R package, http://www.R-project.org
3
% Copyright 1995-2014 R Core Team
3
% Copyright 1995-2015 R Core Team
4
% Copyright 2002-2014 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}
9
\alias{dendrogram}% the class
9
\alias{dendrogram}% the class
Line 209... Line 209...
209
    \item{\code{str(d)}:}{If you really want to see the \emph{internal}
209
    \item{\code{str(d)}:}{If you really want to see the \emph{internal}
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 (including plotting) 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 very 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 larger than the default where possible.
218
}
218
}
219
\seealso{
219
\seealso{
220
  \code{\link{dendrapply}} for applying a function to \emph{each} node.
220
  \code{\link{dendrapply}} for applying a function to \emph{each} node.