survival.table: Define survival parameters for individuals

Description Usage Arguments Value

View source: R/survival.R

Description

Define the survival parameters for each age class of males and females. Some simple checking of parameters is done to ensure the correct number of parameters are given for the number of age classes. Note that survival is measured as a probability (although possibly modified by the habitat).

Usage

1
2
survival.table(m.age.class = c(5, 40, Inf), m.survive = c(0.8, 0.8, 0.1),
  f.age.class = c(3, 40, Inf), f.survive = c(0.8, 0.9, 0.1))

Arguments

m.age.class

A vector that defines each male age class. An interval (lower,upper) is interpreted as lower <= V <= upper. The first value is assumed to have a lower bound of zero.

m.survive

A vector of probabilities of survival, one for each age class

f.age.class

A vector that defines each female age class.

f.survive

A vector of probabilities, one for each female age class.

Value

The survival table. This is passed to the function baseline.survival.


pwhigham/spatibm documentation built on Aug. 30, 2019, 1:16 p.m.