View source: R/plotStationary.R
plotStationary | R Documentation |
Plot stationary state probabilities
plotStationary(m, col = NULL, plotCI = FALSE, alpha = 0.95)
m |
An object |
col |
Vector or colors for the states (one color per state). |
plotCI |
Logical. Should 95% confidence intervals be plotted? (Default: FALSE) |
alpha |
Significance level of the confidence intervals if plotCI=TRUE. Default: 0.95 (i.e. 95% CIs). |
# m is a moveHMM object (as returned by fitHMM), automatically loaded with the package
m <- example$m
plotStationary(m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.