powered by
Plot ellipse
Ell(x, y, width, height=width, theta=2*pi, npoints=100, plot=TRUE, ...)
If plot=FALSE, returns list of components.
x coordinate of center
y coordinate of center
length of major axis
length of minor axis
rotation
number of points to send to polygon
if TRUE, add to current device, if FALSE, returns list of components
arguments to 'polygon()'
Alexey Shipunov
Plots ellipse based on 'polygon()'.
plot(1:8, type="n") Ell(4, 5, 6)
Run the code above in your browser using DataLab