simhmltm: Simulate line transect survey data using availability HMM.

Description Usage Arguments Details Value

Description

Simulates line transect survey data in which animal availability is simulated by generating time series of availability data from the hidden Markov model(s) with parameters specified in argument hmm.pars. Currently only for models with no covariates.

Usage

1
simhmltm(nw, hfun, pars, hmm.pars, survey.pars, print.progress = TRUE)

Arguments

nw

number of animals to simulate.

hfun

detection hazard function name.

pars

detection hazard function parameters.

hmm.pars

availability hidden Markov model parameters (as per est.hmltm).

survey.pars

survey parameters, as for est.hmltm.

print.progress

if TRUE prints progress through simulations.

Details

Simulates (x,y) observations from a population of nw animals using detection hazard specified by hfun & pars, and HMM availability process specified by hmm.pars. Survey parameters are in survey.pars.

Value

Data frame with two elements: $x and $y, being perpendicular and forward distances of detected animals, respectively.


DistanceDevelopment/hsltm documentation built on June 21, 2019, 2:22 p.m.