classify.Rd
Classify samples into classes
classify(
bp,
classify.regions = TRUE,
col = ez.col,
opacity = 0.4,
borders = FALSE
)
an object of class biplot
a logical value indicating whether classifications regions should be
shown in the biplot, with default TRUE
.
the colours of the classification regions
the opacity levels of the classification regions
the border colours of the classification regions
A list object called classify
appended to the object of class biplot
with the following elements:
the confusion matrix resulting from the classification into classes.
the classification accuracy rate.
a logical value indicating whether classification regions are shown in the biplot.
a list of chosen aesthetics for the colours, opacity levels and border colours of the classification regions.