plot.xy(x, y, xlab=NULL, ylab=NULL)
x,y
|
the coordinates of points in the plot.
Alternatively, a single argument |
xlab,ylab
| names for the x and y variables to be extracted. |
plot.xy is used by many function to obtain
x and y coordinates for plotting.
The use of this common mechanism across all R functions
produces a measure of consistency.
plot and lowess are examples of functions
which use this mechanism.