type of the curves, line or points (for both data).
lwd
line width (for both data).
lty
line type (for both data).
col.y1, col.y2
colors to be used for the lines or points.
...
additional plotting parameters.
Value
Generates a graph, no return values.
Details
Plots y1 versus x with y-axis labeling on the left and plots
y2 versus x with y-axis labeling on the right.
The x-values are common for the moment. To exclude certain points, use
NA values. Both curves will be line or point plots, and have the
same line type and width.