leslie_from_spip: Return a Leslie-like matrix from the spip parameters

Description Usage Arguments Value Examples

View source: R/leslie_from_spip.R

Description

Here we take the survival rates for females and males and the sex ratio, as well as the annual new cohort size (assumed constant), and we make a leslie-like matrix to compute the stable age distribution.

Usage

1

Arguments

P

a named list of the spip parameters.

C

the constant size of the newborn cohort each year

Value

This function returns a list with the following components:

Examples

1
2
3
4
result <- leslie_from_spip(species_1_life_history, 300)

# print the result list:
result

CKMRpop documentation built on July 17, 2021, 5:07 p.m.