powered by
Draws the ellipses used in venn4.
ellipse(x, y, a, b, alpha)
the x coordinate of the center of the ellipse.
the y coordinate of the center of the ellipse.
the x-direction radius.
the y-direction radius.
the angle of rotation of the ellipse
points that define the perimeter of an ellipse.
# NOT RUN { plot(dga:::ellipse(0, 0, .5, .2, 1)) # }
Run the code above in your browser using DataLab