.BG M
.VE $Header: /usr3/s/current/s/data/.help/RCS/vecs2mat,v 1.2 83/12/30 23:10:42 rab Exp $
.FN vecs2mat
.TL
?vecs2mat: Make Matrix from a Set of Vectors
.CS
?vecs2mat(name, arg1, arg2, ...)
.PP
.AG name
name to be used for output.
.AG argi
data vectors to be made into the columns of constructed
matrix.
Missing values (NAs) are allowed.
.SH EFFECT
The matrix produced will be called `name.data', and the
character vector containing column names will be called
`name.collab'.
.EX
?vecs2mat(mymat,height,weight,age)  #create 3-column matrix
   # mymat.data and vector of column labels mymat.collab
.KW array*
.KW manip
.WR
