Plot of two-dimensional data and archetypes.
# S3 method for archetypes
xyplot(x, y, data.col = 1, data.pch = 19,
data.bg = NULL, atypes.col = 2, atypes.pch = 19, ahull.show = TRUE,
ahull.col = atypes.col, chull = NULL, chull.col = gray(0.7),
chull.pch = 19, adata.show = FALSE, adata.col = 3, adata.pch = 13,
link.col = data.col, link.lty = 1, ...)
An archetypes
object.
A matrix or data frame.
Color of data points.
Type of data points.
Background of data points.
Color of archetypes points.
Type of archetypes points.
Show approximated convex hull.
Color of approximated convex hull line.
An integer vector giving the indices of the
points from data
lying on the convex hull.
Color of convex hull points.
Type of convex hull points.
Show approximated data with link to the original data.
Color of approximated data points.
Type of approximated data points.
Color of link between approximated and original data points.
Line type of link between approximated and original data points.
Passed to the underlying plot functions.
Undefined.