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