R/internal_builders.R
ellipses_by_group_2D.Rd
Plot confidence ellipses for different groups in 2D scatterplots
created using the generic graphics::plot()
function. Used internally
(mostly).
Coordinates of the scatterplot.
A factor grouping data points.
A vector (either character or numeric) indicating the colors used for each group.
A numeric vector indicating the type of line used to draw ellipses.
Numeric, specifying the confidence level for drawing ellipses.
Numeric; transparency factor for ellipses.
Further arguments passed to graphics::polygon()
.