.ellipse {swaRm} | R Documentation |
Bivariate Confidence Ellipse
Description
This function computes the confidence ellipse of a set of bivariate coordinates.
Usage
.ellipse(x, y, level = 0.95)
Arguments
x |
A vector of x coordinates. |
y |
A vector of y coordinates. |
level |
The confidence level of the ellipse. |
Author(s)
Simon Garnier, garnier@njit.edu
See Also
[Package swaRm version 0.6.0 Index]