Aliases: plot.xy
Keywords: aplot
### ** Examples points.default # to see how it calls "plot.xy(xy.coords(x, y), ...)"
function (x, y = NULL, type = "p", ...) plot.xy(xy.coords(x, y), type = type, ...) <bytecode: 0x55ccffbdc078> <environment: namespace:graphics>