Learn R Programming

momentuHMM (version 1.5.5)

print.momentuHMM: Print momentuHMM

Description

Print momentuHMM

Usage

# S3 method for momentuHMM
print(x, ...)

# S3 method for momentuHierHMM print(x, ...)

Arguments

x

A momentuHMM object.

...

Currently unused. For compatibility with generic method.

Examples

Run this code
# m is a momentuHMM object (as returned by fitHMM), automatically loaded with the package
m <- example$m

print(m)

Run the code above in your browser using DataLab