Learn R Programming

moveHMM (version 1.10)

print.moveHMM: Print moveHMM

Description

Print moveHMM

Usage

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

Arguments

x

A moveHMM object.

...

Currently unused. For compatibility with generic method.

Examples

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

print(m)

Run the code above in your browser using DataLab