legend.type.Rd
This function enables the user to format the legend and make a required selection to display.
legend.type(bp, samples = FALSE, means = FALSE, bags = FALSE,
ellipses=FALSE,regions=FALSE, new=FALSE, ...)
an object of class biplot
.
a logical value indicating whether a legend should be printed for samples, with default FALSE
.
a logical value indicating whether a legend should be printed for means, with default FALSE
.
a logical value indicating whether a legend should be printed for bags, with default FALSE
.
a logical value indicating whether a legend should be printed for concentration ellipses, with default FALSE
.
a logical value indicating whether a legend should be printed for classification regions, with default FALSE
.
a logical value indicating whether the legend should appear in a new window, with default FALSE
.
additional arguments to be sent to legend()
.
A list with the following components is available:
a logical value indicating whether a legend for samples are provided.
a logical value indicating whether a legend for class means are provided.
a logical value indicating whether a legend for \(\alpha\)-bags are provided.
a logical value indicating whether a legend for \(\kappa\)-ellipses are provided.
a logical value indicating whether a legend for classification regions are provided.
a logical value indicating whether the legend appears on new plot.