ARIEvolution {Dune} | R Documentation |
Animated version of plotARIs
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 |
a gganim
object
## Not run: data("clusMat", package = "Dune") merger <- Dune(clusMat = clusMat) ARIEvolution(merger) ## End(Not run)