print.gnomosBoot: Print method for gnomosBoot class

Description Usage Arguments Value Examples

View source: R/gnomonicStochastic.R

Description

Print method for gnomosBoot class

Usage

1
2
## S3 method for class 'gnomosBoot'
print(x, ...)

Arguments

x

an object class 'gnomosBoot'.

...

Additional arguments to the print method.

Value

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.

Examples

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)

gnomonicM documentation built on Feb. 17, 2021, 1:09 a.m.