powered by
Plot stationary state probabilities
plotStationary(m, col = NULL, plotCI = FALSE, alpha = 0.95)
An object moveHMM
moveHMM
Vector or colors for the states (one color per state).
Logical. Should 95% confidence intervals be plotted? (Default: FALSE)
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)
Run the code above in your browser using DataLab