pcplot: Add lines to an existing parallel coordinates plot.

Description Usage Arguments Value

Description

Add lines to an existing parallel coordinates plot.

Usage

1
2
## S3 method for class 'pcplot'
lines(x, data, col = 1, lty = 1, ...)

Arguments

x

A matrix or data frame containing the additional data.

data

The data of the existing parallel coordinates plot.

col

Line colors.

lty

Line types.

...

Passed to underlying matlines.

Value

Undefined.


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