.BG M
.VE $Header: /usr3/s/current/s/data/.help/RCS/pairs,v 1.2 83/12/30 23:09:43 rab Exp $
.FN pairs
.TL
?pairs: All Pair-wise Scatter Plots
.CS
?pairs(x, labels, head)
.PP
.AG x
matrix.
Missing values (NAs) are allowed.
.AG labels
character vector of names for the columns of `x'.
.AG head
unquoted character string to be used to title the page of
scatter plots.
.SH EFFECT
This macro is similar to the `pairs' function; however the macro
produces all pair-wise scatter plots with labelled axes.  All plots
will appear on a single page, therefore there should not be too many
columns to the matrix `x'.
.EX
?pairs(longley.x,label=longley.collab)
.KW multivariate
.KW plot*
.KW hplot*
.WR
