.BG M
.VE $Header: /usr3/s/current/s/data/.help/RCS/idplot,v 1.2 83/12/30 23:08:57 rab Exp $
.FN idplot
.TL
?idplot: Scatter Plot with Identifiers for Each Point
.CS
?idplot(x, y, xlab=, ylab=, cex=)
.PP
.AG x
x-coordinates of data points.
.AG y
y-coordinates of data points.
.AG xlab=
unquoted label for x axis, default is the expression used
for `x'.
.AG ylab=
unquoted label for y axis, default is the expression used
for `y'.
.AG cex=
character size to be used to plot the point identification
numbers.  Default is 1.
.SH EFFECT
Produces a scatter plot, but with the points on the plot labelled by 1,...,n.
.EX
?idplot(sqrt(gnp),log(income))
.KW hplot*
.KW plot*
.WR
