print.momentuHMM {momentuHMM} | R Documentation |
Print momentuHMM
Description
Print momentuHMM
Usage
## S3 method for class 'momentuHMM'
print(x, ...)
## S3 method for class 'momentuHierHMM'
print(x, ...)
Arguments
x |
A |
... |
Currently unused. For compatibility with generic method. |
Examples
# m is a momentuHMM object (as returned by fitHMM), automatically loaded with the package
m <- example$m
print(m)
[Package momentuHMM version 1.5.5 Index]