ceprob | R Documentation |
Colonisation and extinction probability, given the current state of the system
col_prob(comm, network, dt, components = FALSE)
ext_prob(comm, network, dt, components = FALSE)
comm |
A metacommnunity |
network |
A river network |
dt |
Time interval |
components |
Boolean, normally FALSE, see 'details' |
For debugging and tuning, it can be useful to examine the individual components of the
colonisation/extinction rate by setting components = TRUE
, in which case a named list of site
by species matrices is returned, one element per component.
Normally, a site by species matrix of colonisation/extinction probabilities, but see 'details'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.