On Wed, 20 Jan 1999 13:09:47 +0000 (GMT),
Prof Brian Ripley (PBR) wrote:
Date: Wed, 20 Jan 1999 12:03:38 +0000 (GMT)
From: Jonathan Rougier <J.C.Rougier@durham.ac.uk>
To: Friedrich Leisch <Friedrich.Leisch@ci.tuwien.ac.at>
cc: r-devel@stat.math.ethz.ch
Subject: Re: dist function suggestion
=20
On Wed, 20 Jan 1999, Friedrich Leisch wrote:
=20
dist is contained in the mva package which comes with (base) R. it
provides `"euclidian"', `"maximum"', `"manhattan"', `"canberra"' and
`"binary"' distances both in matrix and triangular form.
=20
Thanks Fritz, but could I still make a general plea for a dist() that
takes one OR two matrices? I often need to find dist(X, Y) as a
rectangular matrix (eg covariance calculations), and it is very
inefficient to use dist(rbind(X, Y)) and then discard most of it.=20