plotStates: Plot states

View source: R/plotStates.R

plotStatesR Documentation

Plot states

Description

Plot the states and states probabilities.

Usage

plotStates(m, animals = NULL, ask = TRUE)

Arguments

m

A momentuHMM, momentuHierHMM, miHMM, or miSum object

animals

Vector of indices or IDs of animals for which states will be plotted.

ask

If TRUE, the execution pauses between each plot.

Examples

# m is a momentuHMM object (as returned by fitHMM), automatically loaded with the package
m <- example$m

# plot states for first and second animals
plotStates(m,animals=c(1,2))


momentuHMM documentation built on Oct. 19, 2022, 1:07 a.m.