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

pcplot.archetypes

Parallel coordinates of data and archetypes.


Description

Parallel coordinates of data and archetypes.

Usage

## 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 = NULL,
  chull.col = 1, chull.lwd = 2, chull.lty = 1, ...)

Arguments

x

An archetypes object.

data

A matrix or data frame.

data.col

Color of data lines.

data.lwd

Width of data lines.

atypes.col

Color of archetypes lines.

atypes.lwd

Width of archetypes lines.

atypes.lty

Type of archetypes lines.

chull

An integer vector giving the indices of the points from data lying on the convex hull.

chull.col

Color of convex hull lines.

chull.lwd

Width of convex hull lines.

chull.lty

Type of convex hull lines.

...

Passed to pcplot and lines.pcplot.

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.