state_names<-: Set state names for hmm or mhmm object
Description
Set state names for hmm or mhmm object
Usage
state_names(object) <- value
Value
The modified object with updated state names.
Arguments
- object
An object of class `hmm` or `mhmm`.
- value
A character vector containing the new state names, or a list of
such vectors in `mhmm` case.