Description Usage Arguments Value
Simulates an individual's reproductive output throughout a generation.
1 | sim_repr_gen(tpc, tseq, surv, rpsp, pmin)
|
tpc |
An individual's thermal-performance curve (TPC) |
tseq |
A vector of temperature values which will also determine how many days conform a generation. |
surv |
A vector of survival values (0/1) in the format of the output of sim_surv_gen. |
rpsp |
Reproduction probability scaling parameter. Equivalent to the probability of reproduction at Pmax. Corresponds to the "lambda" parameter of a poisson distribution. |
pmin |
The percentage of Pmax corresponding to Pmin. |
A vector of integers determining offspring produced each day the individual survived.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.