powered by
Ellipticity of ecd object, defined as half of the distance between the two elliptic points.
# S3 method for ecd ellipticity(object, tol = 1e-04)ellipticity(object, tol = 1e-05)# S4 method for ecd ellipticity(object, tol = 1e-04)
ellipticity(object, tol = 1e-05)
# S4 method for ecd ellipticity(object, tol = 1e-04)
An object of ecd class
Numeric, the tolerance of precision during subdivision. Default: 1e-4 of stdev.
1e-4
a list with 3 major numbers: xe1= negative x_e, xe2= positive x_e, avg= ellipticity
# NOT RUN { d <- ecd(0,1) ellipticity(d) # }
Run the code above in your browser using DataLab