Examples for 'graphics::plot.xy'


Basic Internal Plot Function

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>

[Package graphics version 4.2.3 Index]