xyplot.stepArchetypes {archetypes} | R Documentation |
Plot of two-dimensional data and stepArchetypes.
Description
Plot of two-dimensional data and stepArchetypes.
Usage
## S3 method for class '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, ...)
Arguments
x |
An |
y |
A matrix or data frame. |
data.col |
Color of data points. |
data.pch |
Type of data points. |
atypes.col |
Color of archetypes points. |
atypes.pch |
Type of archetypes points. |
ahull.show |
Show approximated convex hull. |
ahull.col |
Color of approximated convex hull line. |
... |
Passed to the underlying plot functions. |
Value
Undefined.
[Package archetypes version 2.2-0.1 Index]