print.moveHMM: Print 'moveHMM'

View source: R/print_moveHMM.R

print.moveHMMR Documentation

Print moveHMM

Description

Print moveHMM

Usage

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

Arguments

x

A moveHMM object.

...

Currently unused. For compatibility with generic method.

Examples

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

print(m)


moveHMM documentation built on May 31, 2023, 6:13 p.m.