powered by
circles(x, y, r, ...)
lines
points
x<-rnorm(10) y<-rnorm(10) r<-runif(10,0,0.5) plot(x,y, xlim=c(-3,3), ylim=c(-3,3), pch="+") circles(x,y,r)
Run the code above in your browser using DataLab