Simulates deterministic component of Ricker model, of the form xt+1 = xt exp(exp(sdet[1])*(1-xt/exp(sdet[2])))
detfun0(sdet, xt, time = NULL, ...)a number or numeric vector of length xt, with predicted abundances at time t+1
a numeric vector of length two, specifying growth rate and carrying capacity
a number or numeric vector of abundances at time t
the timestep - defaults to NULL (i.e. not used)
additional arguments, for compatability with other usages of the function - values are not used in this implementation