Learn R Programming

archetypes (version 2.0-2)

movieplot: Archetypes movies.

Description

Archetypes movies.

Usage

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

  • movieplot: Undefined. movieplot2: Undefined. moviepcplot: Undefined.

Details

movieplot2: Shows the intermediate steps of the algorithm;