Description Usage Arguments Value
Archetypes movies.
Shows the intermediate steps of the algorithm;
Archetypes parallel coordinates plot movie.
1 2 3 4 5 6 7 8 9 | 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,
...)
|
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. |
Undefined.
Undefined.
Undefined.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.