Plot of two-dimensional data and stepArchetypes.
# S3 method for stepArchetypes
xyplot(x, y, data.col = gray(0.7), data.pch = 19,
atypes.col = (seq_len(length(x) * length(x[[1]])) + 1), atypes.pch = 19,
ahull.show = TRUE, ahull.col = atypes.col, ...)
An stepArchetypes
object.
A matrix or data frame.
Color of data points.
Type of data points.
Color of archetypes points.
Type of archetypes points.
Show approximated convex hull.
Color of approximated convex hull line.
Passed to the underlying plot functions.
Undefined.