do.ellipses | R Documentation |
This function plots ellipses according to a covariance matrix
do.ellipses(acov, pos, ...)
acov |
the given covariance matrix |
pos |
the location of the ellipse |
... |
further graphical parameter for the ellipses |
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.
No return value, creates a plot.
Peter Filzmoser <P.Filzmoser@tuwien.ac.at> http://cstat.tuwien.ac.at/filz/
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.
#internal function, used in CorCompare
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.