plot.xy(xy, type, pch = par("pch"), lty = par("lty"),
col = par("col"), bg = NA,
cex = 1, lwd = par("lwd"), …)xy.coords.plot.default.
NULL is accepted as a synonym for "p".points.default.lines.points.default.xpd,
lend, ljoin and lmitre.pch, col, bg, cex,
lwd may be vectors and may be recycled, depending on
type: see points and lines for
specifics. In particular note that lwd is treated as a vector
for points and as a single (first) value for lines. cex is a numeric factor in addition to par("cex") which
affects symbols and characters as drawn by type "p",
"o", "b" and "c".plot,
plot.default,
points,
lines.points.default # to see how it calls "plot.xy(xy.coords(x, y), ...)"
Run the code above in your browser using DataLab