Ell | R Documentation |
Plot ellipse
Ell(x, y, width, height=width, theta=2*pi, npoints=100, plot=TRUE, ...)
x |
x coordinate of center |
y |
y coordinate of center |
width |
length of major axis |
height |
length of minor axis |
theta |
rotation |
npoints |
number of points to send to polygon |
plot |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.