getConfidenceEllipse | R Documentation |
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 points |
conf.level |
confidence level for the ellipse |
n |
number of points in the ellipse coordinates |
matrix with coordinates of the ellipse points (x and y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.