Plot ellipse
Ell(x, y, width, height=width, theta=2*pi, npoints=100, plot=TRUE, ...)
x
: x coordinate of centery
: y coordinate of centerwidth
: length of major axisheight
: length of minor axistheta
: rotationnpoints
: number of points to send to polygonplot
: if TRUE, add to current device, if FALSE, returns list of components...
: arguments to 'polygon()'Plots ellipse based on 'polygon()'.
If plot=FALSE, returns list of components.
Alexey Shipunov
plot(1:8, type="n") Ell(4, 5, 6)
Useful links