View source: R/devRate_pheno.R
devRateIBMgen | R Documentation |
Computes the number of generations from the individual-based model fit.
devRateIBMgen(ibm)
ibm |
The phenology model returned by devRateIBM function. |
The simulated number of generations.
data(exTropicalMoth)
forecastTsolanivora <- devRateIBM(
tempTS = rnorm(n = 100, mean = 15, sd = 1),
timeStepTS = 1,
models = exTropicalMoth[[2]],
numInd = 10,
stocha = 0.015,
timeLayEggs = 1)
devRateIBMgen(ibm = forecastTsolanivora)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.