print.gnomosBoot {gnomonicM}R Documentation

Print method for gnomosBoot class

Description

Print method for gnomosBoot class

Usage

## 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

#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)

[Package gnomonicM version 1.0.1 Index]