powered by
Takes the parameters of a circle and returns points on its perimeter to be plotted to make circles for a venn diagram.
circle(x, y, r)
the x coordinate of the center of the circle.
the y coordinate of the center of the circle.
the radius of the circle
the x,y coordinates of the periphery of a circle, to be used in venn3.
# NOT RUN { plot(dga:::circle(0, 0, 1), type = "l") # }
Run the code above in your browser using DataLab