Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

do.ellipses

Plot Ellipses


Description

This function plots ellipses according to a covariance matrix

Usage

do.ellipses(acov, pos, ...)

Arguments

acov

the given covariance matrix

pos

the location of the ellipse

...

further graphical parameter for the ellipses

Details

The correlation matrix of the given covariance is computed and the resulting ellipse is plotted. The radi is computed with the singular value decomposition and the cos/sin is calculated for 100 different degrees.

Author(s)

References

C. Reimann, P. Filzmoser, R.G. Garrett, and R. Dutter: Statistical Data Analysis Explained. Applied Environmental Statistics with R. John Wiley and Sons, Chichester, 2008.

Examples

#internal function, used in CorCompare

StatDA

Statistical Analysis for Environmental Data

v1.7.4
GPL (>= 3)
Authors
Peter Filzmoser
Initial release
2020-03-10

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.