emptyplot(c(-1,1),main="plotellipse")
plotellipse(rx=0.8,ry=0.3,angle=60,col="blue")
plotellipse(rx=1.0,ry=0.6,angle=0,from=pi,to=2*pi,arrow=TRUE,
arr.pos=seq(0.1,0.5,by=0.1),arr.col=rainbow(5))
plotellipse(rx=1.0,ry=0.6,angle=30,from=pi,to=1.2*pi,col="red")
Run the code above in your browser using DataLab