Skip to content

Commit 5874f97

Browse files
author
hornik
committed
Auto-generate citations and references.
git-svn-id: https://svn.r-project.org/R/trunk@88702 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 1193155 commit 5874f97

File tree

2 files changed

+17
-39
lines changed

2 files changed

+17
-39
lines changed

src/library/stats/man/cophenetic.Rd

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,8 @@ cophenetic(x)
4545
An object of class \code{"dist"}.
4646
}
4747
\references{
48-
Sneath, P.H.A. and Sokal, R.R. (1973)
49-
\emph{Numerical Taxonomy: The Principles and Practice of Numerical
50-
Classification}, p.\sspace{}278 ff;
51-
Freeman, San Francisco.
48+
\bibinfo{R:Sneath+Sokal:1973}{note}{Pages 278 ff}
49+
\bibshow{R:Sneath+Sokal:1973}
5250
}
5351
\author{Robert Gentleman}
5452
\seealso{

src/library/stats/man/hclust.Rd

Lines changed: 15 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,11 @@ hclust(d, method = "complete", members = NULL)
120120
\emph{inversions} or \emph{reversals} which are hard to interpret,
121121
but note the trichotomies in Legendre and Legendre (2012).
122122

123-
Two different algorithms are found in the literature for Ward clustering.
124-
The one used by option \code{"ward.D"} (equivalent to the only Ward
125-
option \code{"ward"} in \R versions \eqn{\le}{<=} 3.0.3) \emph{does not} implement
126-
Ward's (1963) clustering criterion, whereas option \code{"ward.D2"} implements
123+
Two different algorithms are found in the literature for Ward
124+
clustering. The one used by option \code{"ward.D"} (equivalent to the
125+
only Ward option \code{"ward"} in \R versions \eqn{\le}{<=} 3.0.3)
126+
\emph{does not} implement the clustering criterion of
127+
\bibcitet{R:Ward:1963}, whereas option \code{"ward.D2"} implements
127128
that criterion \bibcitep{R:Murtagh+Legendre:2014}. With the latter, the
128129
dissimilarities are \emph{squared} before cluster updating.
129130
Note that \code{\link[cluster]{agnes}(*, method="ward")} corresponds
@@ -161,39 +162,18 @@ hclust(d, method = "complete", members = NULL)
161162
}
162163
\references{
163164
\bibinfo{R:Becker+Chambers+Wilks:1988}{note}{(S version)}
165+
\bibinfo{R:Murtagh:1985}{note}{(For algorithmic details of algorithms used)}
164166
\bibshow{*,
167+
R:Anderberg:1973,
165168
R:Becker+Chambers+Wilks:1988,
166-
R:McQuitty:1966}
167-
168-
Everitt, B. (1974).
169-
\emph{Cluster Analysis}.
170-
London: Heinemann Educ. Books.
171-
172-
Hartigan, J.A. (1975).
173-
\emph{Clustering Algorithms}.
174-
New York: Wiley.
175-
176-
Sneath, P. H. A. and R. R. Sokal (1973).
177-
\emph{Numerical Taxonomy}.
178-
San Francisco: Freeman.
179-
180-
Anderberg, M. R. (1973).
181-
\emph{Cluster Analysis for Applications}.
182-
Academic Press: New York.
183-
184-
Gordon, A. D. (1999).
185-
\emph{Classification}. Second Edition.
186-
London: Chapman and Hall / CRC
187-
188-
Murtagh, F. (1985).
189-
\dQuote{Multidimensional Clustering Algorithms}, in
190-
\emph{COMPSTAT Lectures 4}.
191-
Wuerzburg: Physica-Verlag
192-
(for algorithmic details of algorithms used).
193-
194-
Legendre, P. and L. Legendre (2012).
195-
\emph{Numerical Ecology},
196-
3rd English ed. Amsterdam: Elsevier Science BV.
169+
R:Everitt:1974,
170+
R:Gordon:1999,
171+
R:Hartigan:1975,
172+
R:Legendre+Legendre:2012,
173+
R:McQuitty:1966,
174+
R:Murtagh:1985,
175+
R:Sneath+Sokal:1973,
176+
R:Ward:1963}
197177
}
198178
\author{
199179
The \code{hclust} function is based on Fortran code

0 commit comments

Comments
 (0)