Description Usage Arguments Value Examples
Plotting Hidden Markov Models.
1 2 3 4 5 6 7 8 9 |
model |
Class |
legend_position |
Position of legend in plots. |
xlab |
Text for x-axis. Default 'Time'. |
ylab |
Text for y-axis. Default 'Observed emissions'. |
... |
Yields four plots stored in a list:
p1 | Plot of observed emissions by most likely hidden state (Global) |
p2 | Plot of observed emissions by most likely hidden state (Local) |
p3 | Plot of probs. used in Viterbi algorithm (Global) |
p4 | Plot of state probabilities (Local) |
1 2 3 | ## Continuation of Earthquake example
plot(hmm.EQ)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.