Simulates effects of process noise following a Gaussian perturbation. Note that process noise only influences positive abundances (i.e. process noise cannot contribute to colonization)
procfun0(sp, xt, inverse = FALSE, time = NULL)a number or numeric vector of length xt, with predicted abundances after process noise has occurred
a numeric vector of length one or two, specifying either the log-transformed standard deviation of the process noise function, or an intercept and slope for calculating variance of process noise based on a power function of x, of the form var=exp(B0)*x^exp(B1)
a number or numeric vector of abundances at time t, before process noise has occurred
a logical specifying whether the inverse (i.e. probability of drawing a value of zero given xt and sp) should be calcualted
the timestep - defaults to NULL (i.e. not used)