View source: R/particlefilter.R
colfun0 | R Documentation |
Simulates colonization events - events occur as a binomial random process with probability ilogit(p), and populations are seeded with abundance exp(A).
colfun0(co, xt)
co |
a numeric vector of length two (p, A), specifying the logit-transformed colonization probability when abundance is zero, and the log-transformed abundance observed immediately after a colonization event |
xt |
a number or numeric vector of abundances at time t, before colonization has occurred |
a numeric, including number or numeric vector of length xt, with predicted abundances after colonization has occurred
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.