Augment momentuHMM fits with angular states
Source:R/momentuhmm-helpers.R
augment_momentuHMM_angles.RdExtracts an angle column and inferred states from a fitted momentuHMM model.
The function uses momentuHMM::viterbi() by default and adds state
probabilities when momentuHMM::stateProbs() is available.
Usage
augment_momentuHMM_angles(
object,
data = NULL,
angle = NULL,
state_method = c("viterbi", "stateProbs"),
...
)