transition.heatmap {DBHC} | R Documentation |
Heatmap Transition Probabilities
Description
Plots a heatmap of an HMM's initial and transition probabilities.
Usage
transition.heatmap(transition, initial = NULL, base_size = 10)
Arguments
transition |
A matrix with transition probabilities (see also
|
initial |
An (optional) vector of initial probabilities. |
base_size |
Numerical, a size parameter for the plots made using |
See Also
See hmm.clust
for an example.
[Package DBHC version 0.0.3 Index]