Plotting coordinates for an ellipse
ellipse(h, k, a, b = a, phi = 0, n = 200L)
h
: x coordinatesk
: y coordinatesa
: semimajor axisb
: semiminor axisphi
: rotationn
: number of plotting pointsA list of matrices of coordinates for the ellipses.
Useful links