Lumenize icon indicating copy to clipboard operation
Lumenize copied to clipboard

R function plot()

Open jmaccherone opened this issue 12 years ago • 0 comments

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.

jmaccherone avatar Jun 05 '13 16:06 jmaccherone