xyplot.weightedArchetypes {archetypes} | R Documentation |
Plot of two-dimensional data and weighted archetypes.
Description
Plot of two-dimensional data and weighted archetypes.
Usage
## S3 method for class 'weightedArchetypes'
xyplot(x, y, data.col = 1, data.pch = 21,
data.bg = gray, link.col = NULL, link.lty = NULL,
weights.type = "weights", ...)
Arguments
x |
An |
y |
A matrix or data frame. |
data.col |
Color of data points. |
data.pch |
Type of data points. |
data.bg |
Background of data points. |
link.col |
Color of link between approximated and original data points. |
link.lty |
Line type of link between approximated and original data points. |
weights.type |
Weights to display; see
|
... |
Arguments of |
[Package archetypes version 2.2-0.1 Index]