powered by
Plot ellipse
Ell(x, y, width, height=width, theta=2*pi, npoints=100, plot=TRUE, ...)
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()'
If plot=FALSE, returns list of components.
Plots ellipse based on 'polygon()'.
# NOT RUN { plot(1:8, type="n") Ell(4, 5, 6) # }
Run the code above in your browser using DataLab