survprob: Calculating survival probabilties given mortality in the...

Description Usage Arguments Details Value Author(s) See Also Examples

Description

For an FLBiol object with the mortality-at-quant this method calculates the associated survival probability-at-quant. This can be later used by the r() method. The calculation can be carried out either by year or by cohort.

Usage

1
survprob(object, ...)

Arguments

object

An object of type FLBiol.

...

Extra arguments accepted by each implementation.

Details

Calculates the survival probability-at-quant given the mortality information in an FLBiol object - survival probability from one year to the next is simply exp(-M) and the survival probaiblity to a given quant is merely the product along the quant dimension of the individual survival probabilities.

Value

An object of class FLQuant.

Author(s)

FLR Team

See Also

FLBiol

Examples

1
2
3
4
5
## Not run: 
data(nsher.biol)
nsh.ps <- survprob(nsh.biol,by='year')

## End(Not run)

FLCore documentation built on May 2, 2019, 5:46 p.m.