Tung
1
how to draw an ellipse in R? My center is c( 2.1706850, 0.9407624).
The half-lengths of the major and minor axes are given by 0.207667 and 0.01014908 respectively.
The axes lie along e1 = [-0.99984267, -0.01773804] and e2 = [0.01773804, -0.99984267] when these vectors are plotted with my center as the origin.
Tung
3
I don't see center, axis such options.
Tung
5
I copy and paste ellipsem to R. Then I run ellipsem. But R said : could not find function "ellipsem"
startz
7
The posted code shows the definition of the functions. You need to use that to define the functions in your code.
system
Closed
8
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.