pcplot.default: Default parallel coordinates plot.

Description Usage Arguments Value

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

1
2
3
## Default S3 method:
pcplot(x, col = gray(0.7), lty = 1, var.label = TRUE,
  rx = NULL, ...)

Arguments

x

A n \times m matrix or data frame who columns represent variables. Missing values are allowed.

col

Line color.

lty

Line type.

var.label

Axes labels.

rx

A 2 \times m matrix with ranges for each dimension.

...

Passed to the underlying matplot function.

Value

Undefined.


archetypes documentation built on May 2, 2019, 9:18 a.m.