movieplot {archetypes} | R Documentation |
Archetypes plot movie.
movieplot(zs, data, show=c('atypes', 'adata'), ssleep=0, bsleep=0, postfn=function(iter){}, ...)
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. |
Undefined.