plotStates | R Documentation |
Plot the states and states probabilities.
plotStates(m, animals = NULL, ask = TRUE)
m |
A |
animals |
Vector of indices or IDs of animals for which states will be plotted. |
ask |
If |
# m is a moveHMM 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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.