extTransitionCount {clusTransition} | R Documentation |
External Transition Count
Description
Trace cluster solutions of dynamic datasets and count the number of clusters that experiences external transition from first clustering. The external transition includes survived, split into various daughters, spliced into one, disappeared, and newly emerged candidates.
Usage
extTransitionCount(object)
## S4 method for signature 'TransitionCount'
extTransitionCount(object)
Arguments
object |
An object of class |
Value
Return an object of class TransitionCount
[Package clusTransition version 1.0 Index]