Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

pcplot.default

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 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

Archetypal Analysis

v2.2-0.1
GPL (>= 2)
Authors
Manuel J. A. Eugster [aut, cre], Friedrich Leisch [aut], Sohan Seth [ctb]
Initial release
2014-04-08

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.