powered by
This function plots circles at given locations with given radii.
circles(x, y, r, ...)
vector of x coordinates
vector of y coordinates
vactor of radii
additional graphic parameters will be passed through
A. Gebhardt
lines, points
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