examples/dsdive.observe.R

data('dive.sim')
attach(dive.sim)

obs = dsdive.observe(depths = sim$depths, times = sim$times, 
                     stages = sim$stages, 
                     t.obs = seq(from = 0, to = max(sim$times)+60, by = 60))

detach(dive.sim)
jmhewitt/dsdive documentation built on May 29, 2020, 5:18 p.m.