Parallel coordinates of data and archetypes.
# S3 method for archetypes
pcplot(x, data, data.col = gray(0.7), data.lwd = 1,
atypes.col = 2, atypes.lwd = 2, atypes.lty = 1, chull = NULL,
chull.col = 1, chull.lwd = 2, chull.lty = 1, ...)
An archetypes
object.
A matrix or data frame.
Color of data lines.
Width of data lines.
Color of archetypes lines.
Width of archetypes lines.
Type of archetypes lines.
An integer vector giving the indices of the
points from data
lying on the convex hull.
Color of convex hull lines.
Width of convex hull lines.
Type of convex hull lines.
Passed to pcplot
and
lines.pcplot
.
Undefined.