## S3 method for class 'archetypes':
pcplot(x, data, data.col=gray(0.7), data.lwd=1, atypes.col=2, atypes.lwd=2,
atypes.lty=1, chull, chull.col=1, chull.lwd=2, chull.lty=1, ...)
## S3 method for class 'default':
pcplot(x, col=gray(0.7), lty=1, var.label=TRUE, rx, ...)
lines.pcplot(x, data, col=1, lty=1, ...)
archetypes
object.data
lying on the convex hull.pcplot
and lines.pcplot
.pcplot.archetypes
: Undefined.
pcplot.default
: Undefined.
lines.pcplot
: Undefined.pcplot.default
: Code copied from function parcoord
of package
MASS
to simply play arround with the visualization of archetypes.
At a later date, when it is clear which visualisation is the best, the
functionality is probabibly merged with the original function or it is
possible with parallel coordinate plots which are available et all.