setStateNames {momentuHMM} | R Documentation |
Set stateNames
for a momentuHMM
, miHMM
, HMMfits
, or miSum
object
Description
Set stateNames
for a momentuHMM
, miHMM
, HMMfits
, or miSum
object
Usage
setStateNames(model, stateNames)
Arguments
model |
|
stateNames |
Character string providing state names for the model. See |
Value
model
object with new stateNames
field
Examples
m <- example$m
mName <- setStateNames(m, stateNames=c("encamped","exploratory"))
[Package momentuHMM version 1.5.5 Index]