Rdocumentation
powered by
Learn R Programming
moveHMM (version 1.0)
is.moveHMM: Is moveHMM
Description
Check that an object is of class
moveHMM
. Used in
CI
,
plotPR
,
plotStates
,
pseudoRes
,
stateProbs
, and
viterbi
.
Usage
is.moveHMM(x)
Arguments
x
An R object
Value
TRUE
if
x
is of class
moveHMM
,
FALSE
otherwise.