This functions computes npoints
regularly spaced along an
ellipse.
ellipse(x, y, width, height, angle, npoints = 100)
Numeric values corresponding to the coordinates of the center of the ellipse.
Numeric values corresponding to the width and height of the ellipse.
Numeric value corresponding to the angle of the ellipse relative to the y axis.
The number of points to compute.
A matrix with two columns corresponding to the x and y coordinates of the points.
plot(ellipse(0, 0, 30, 50, 33), asp = 1)