xyplot.weightedArchetypes: Plot of two-dimensional data and weighted archetypes.

Description Usage Arguments

Description

Plot of two-dimensional data and weighted archetypes.

Usage

1
2
3
4
## S3 method for class 'weightedArchetypes'
xyplot(x, y, data.col = 1, data.pch = 21,
  data.bg = gray, link.col = NULL, link.lty = NULL,
  weights.type = "weights", ...)

Arguments

x

An archetypes object.

y

A matrix or data frame.

data.col

Color of data points.

data.pch

Type of data points.

data.bg

Background of data points.

link.col

Color of link between approximated and original data points.

link.lty

Line type of link between approximated and original data points.

weights.type

Weights to display; see weights.archetypes.

...

Arguments of xyplot.archetypes.


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