Description Usage Arguments Details Value Examples
Animated version of ConfusionPlot
1 | ConfusionEvolution(merger, unclustered = NULL, x, y, state_length = 1)
|
merger |
the result from having run |
unclustered |
The value assigned to unclustered cells. Default to |
x |
The name of the first cluster label to plot |
y |
The name of the second cluster label to plot |
state_length |
Time between steps. Default to 1. See |
See ConfusionPlot
and animate
.
a gganim
object
1 2 3 4 5 | ## Not run:
data("clusMat", package = "Dune")
merger <- Dune(clusMat = clusMat)
ConfusionEvolution(merger, x = "A", y = "B")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.