powered by
polycirc(radius, pts = c(0, 0), nbr = 50)
polygon
plot(1:10,1:10,type="n",asp=1) polygon(polycirc(5),col="blue") polygon(polycirc(2,c(5,5)), col="red")
Run the code above in your browser using DataLab