movieplot {archetypes}R Documentation

Archetypes plot movie.

Description

Archetypes plot movie.

Usage

movieplot(zs, data, show=c('atypes', 'adata'),
ssleep=0, bsleep=0, postfn=function(iter){}, ...)

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.
... Passed to underlying plot functions.

Value

Undefined.


[Package archetypes version 1.0 Index]