xyplot.weightedArchetypes {archetypes}R Documentation

Plot of two-dimensional data and weighted archetypes.

Description

Plot of two-dimensional data and weighted archetypes.

Usage

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


[Package archetypes version 2.2-0.1 Index]