Plot of two-dimensional data and weighted archetypes.
# S3 method for weightedArchetypes
xyplot(x, y, data.col = 1, data.pch = 21,
data.bg = gray, link.col = NULL, link.lty = NULL,
weights.type = "weights", ...)
An archetypes
object.
A matrix or data frame.
Color of data points.
Type of data points.
Background of data points.
Color of link between approximated and original data points.
Line type of link between approximated and original data points.
Weights to display; see
weights.archetypes
.
Arguments of xyplot.archetypes
.