The plot() function

One of the most frequently used plotting functions in . is the plot() function. This is a generic function: the type of plot produced is dependent on the type or class of the first argument.


\begin{session}
\separate
plot(x,y) 
plot(xy)
&
If {\tt x} and {\tt y} are vecto...
 ...lots {\tt y} against every object named in {\tt
expr}.\cr
\separate\end{session}


Jeff Banfield
2/13/1998