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.
# S3 method for default
pcplot(x, col = gray(0.7), lty = 1, var.label = TRUE,
rx = NULL, ...)
A \(n \times m\) matrix or data frame who columns represent variables. Missing values are allowed.
Line color.
Line type.
Axes labels.
A \(2 \times m\) matrix with ranges for each dimension.
Passed to the underlying
matplot
function.
Undefined.