Compute confidence ellipse for a set of points
getConfidenceEllipse(points, conf.level = 0.95, n = 100)
points
: matrix of data frame with coordinates of the pointsconf.level
: confidence level for the ellipsen
: number of points in the ellipse coordinatesmatrix with coordinates of the ellipse points (x and y)