.BG M
.VE $Header: /usr3/s/current/s/data/.help/RCS/full2dist,v 1.2 83/12/30 23:08:52 rab Exp $
.FN full2dist
.TL
?full2dist: Full Symmetric Matrix to Distance Structure
.CS
?full2dist(x)
.PP
.AG x
square symmetric matrix.
.RT
structure like that produced by the `dist' function,
containing components `Data' and `Size', and containing just
the lower-triangle of data from `x'.
.EX
mydist <- ?full2dist(1\-cor(x,x))   # turn 1 \- correlation of
   # cols of x into distance structure
.KW array*
.KW multivariate
.KW cluster
.WR
