Description Usage Arguments Details Value Examples
Animated version of plotARIs
1 2 3 4 5 6 7 | ARIEvolution(
merger,
unclustered = NULL,
values = TRUE,
numericalLabels = FALSE,
state_length = 1
)
|
merger |
the result from having run |
unclustered |
The value assigned to unclustered cells. Default to
|
values |
Whether to also display the ARI values. Default to TRUE. |
numericalLabels |
Whether labels are numerical values. Default to FALSE. |
state_length |
Time between steps. Default to 1. See |
See plotARIs
and animate
.
a gganim
object
1 2 3 4 5 | ## Not run:
data("clusMat", package = "Dune")
merger <- Dune(clusMat = clusMat)
ARIEvolution(merger)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.