movieplot {archetypes} | R Documentation |
Archetypes movies.
Description
Archetypes movies.
Shows the intermediate steps of the algorithm;
Archetypes parallel coordinates plot movie.
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 |
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 |
rwdata.col2 |
If |
... |
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.
[Package archetypes version 2.2-0.1 Index]