movieplot: Archetypes movies.

Description Usage Arguments Value

Description

Archetypes movies.

Shows the intermediate steps of the algorithm;

Archetypes parallel coordinates plot movie.

Usage

1
2
3
4
5
6
7
8
9
movieplot(zs, data, show = c("atypes", "adata", "rwdata"), ssleep = 0,
  bsleep = 0, postfn = function(iter) { }, rwdata.col1 = gray(0.7),
  rwdata.col2 = 2, ...)

movieplot2(zs, data, show = "atypes", ssleep = 0, bsleep = 0,
  zas.col = 2, zas.pch = 13, old.col = rgb(1, 0.5, 0.5), ...)

moviepcplot(zs, data, show = c("atypes", "adata"), ssleep = 0, bsleep = 0,
  ...)

Arguments

zs

An archetypes object.

data

The data matrix.

show

Show archetypes or approximated data.

ssleep

Seconds to sleep before start.

bsleep

Seconds to sleep between each plot.

postfn

Post plot function; is called in each iteration after the plot call.

rwdata.col1

If show = 'rwdata': color of base data set.

rwdata.col2

If show = 'rwdata': color of weighted data set.

...

Passed to underlying plot functions.

zas.col

Color of the intermediate archetypes.

zas.pch

Type of the intermediate archetypes points.

old.col

Color of the archetypes on step further.

Value

Undefined.

Undefined.

Undefined.


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