| plot {graphics} | R Documentation |
Generic function for plotting of R objects. For more details about
the graphical parameter arguments, see par.
For simple scatter plots, plot.default will be used.
However, there are plot methods for many R objects,
including data.frames,
density objects, etc. Use methods(plot) and
the documentation for these.
plot(x, y, ...)
x |
the coordinates of points in the plot. Alternatively, a
single plotting structure, function or any R object with a
|
y |
the y coordinates of points in the plot, optional
if |
... |
Arguments to be passed to methods, such as |