is.moveHMM {moveHMM} | R Documentation |
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.
[Package moveHMM version 1.9 Index]