powered by
Creates a set of circle co-ordinates, of radius r, at position x,y
circle(x, y, r = 1)
x position of the center of the circle
y position of the center of the circle
radius of the circle
Matrix of x,y co-ordinates for a circle
# NOT RUN { plot(circle(0, 0, r = 1), type = 'l', asp = 1) # }
Run the code above in your browser using DataLab