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