pcplot.default {archetypes} | R Documentation |
Default parallel coordinates plot.
Description
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.
Usage
## Default S3 method:
pcplot(x, col = gray(0.7), lty = 1, var.label = TRUE,
rx = NULL, ...)
Arguments
x |
A |
col |
Line color. |
lty |
Line type. |
var.label |
Axes labels. |
rx |
A |
... |
Passed to the underlying
|
Value
Undefined.
[Package archetypes version 2.2-0.1 Index]