Lumenize
Lumenize copied to clipboard
R function plot()
Creates a XY graph.
Sometimes initialized with code similar to this:
plot(1,20,xlim=c(0,20),ylim=c(0,1)) Then filled in with points using the point() function.