Description Usage Arguments Value Examples
View source: R/gnomonicStochastic.R
Print method for gnomosBoot class
| 1 2 | 
| x | an object class 'gnomosBoot'. | 
| ... | Additional arguments to the print method. | 
The values of the proportionality constant (a), constant proportion of the overall natural death rate (G) and a data.frame with the duration and natural mortality for each gnomonic interval.
| 1 2 3 4 5 | #The values are based on Caddy (1996).
modelBoot <- gnomonicStochastic(nInterval = 7, eggDuration = 2, addInfo = NULL, longevity = 365,
distr = "uniform", min_fecundity = 100000, max_fecundity = 300000, niter = 50, a_init = 2)
print(modelBoot)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.