state_names | R Documentation |
Get State Names of Hidden Markov Model
Set State Names of Hidden Markov Model
state_names(object)
## S3 method for class 'hmm'
state_names(object)
## S3 method for class 'mhmm'
state_names(object)
## S3 method for class 'nhmm'
state_names(object)
## S3 method for class 'mnhmm'
state_names(object)
state_names(object) <- value
## S3 replacement method for class 'hmm'
state_names(object) <- value
## S3 replacement method for class 'mhmm'
state_names(object) <- value
## S3 replacement method for class 'nhmm'
state_names(object) <- value
## S3 replacement method for class 'mnhmm'
state_names(object) <- value
object |
object An object of class |
value |
A character vector containing the new state names, or a list of such vectors in case of mixture models. |
A character vector containing the state names, or a list of such vectors in case of mixture models.
The original object with updated state names.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.