org_dat_msm: Organizes the data so that a Hidden Markov Model can be fit

Description Usage Arguments Value Examples

View source: R/orgDatMsm.R

Description

Organizes the data so that a Hidden Markov Model can be fit

Usage

1
org_dat_msm(best_detects, t_star = 1)

Arguments

best_detects

Output of get_locations or get_best_locations.

t_star

The distance in km at which a fish is considered to have stayed in place between detection periods.

Value

returns a data.frame that will be taken as input into fit_hmm.

Examples

1
org_dat <- org_dat_msm(best_detects)

jBernardADFG/telprep documentation built on July 26, 2020, 2:17 a.m.