ellipses.Rd
This function produces \(\kappa\)-ellipses, which is a useful geometrical description of the data points about the sample mean.
ellipses(bp, df=2, kappa = NULL, which = NULL,
alpha = 0.95, col = bp$sample$col[which], lty = 1, lwd = 1,
opacity = 0.25, trace = TRUE)
an object of class biplot
.
degrees of freedom, with default 2
.
value to construct \(\kappa\)-ellipse (the value of \(\kappa\)).
the selection of the group for ellipse construction.
size of \(\alpha\)-bag, with default 0.95
.
colour of ellipse. Multiple \(\kappa\)-ellipse for one group will be displayed in the same colour.
line type of ellipse. The same line type will be used per value of \(\kappa\).
line width of ellipse. The same line width will be used per value of \(\kappa\).
level of opacity, with default 0.25
.
logical, indicating progress of computation.
A list with the following components is available:
list of coordinates for the \(\kappa\)-ellipses for each group.
vector of colours for the \(\kappa\)-ellipses.
vector of line types for the \(\kappa\)-ellipses.
vector of line widths for the \(\kappa\)-ellipses.
vector of \(\alpha\) values.
Gower, J., Gardner-Lubbe, S. & Le Roux, N. (2011, ISBN: 978-0-470-01255-0) Understanding Biplots. Chichester, England: John Wiley & Sons Ltd.