Nothing
### Centres and areas of plotted ellipses. The principal axes of the
### conic (oblique ellipse) are found from the eigenvalues of the
### covariance matrix.
`summary.ordiellipse` <-
function(object, ...)
{
cnts <- sapply(object, function(x) x$center)
areas <- sapply(object,
function(x)
prod(sqrt(eigen(x$cov)$values)) * pi * x$scale^2)
rbind(cnts, `Area` = areas)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.