leslie_from_spip {CKMRpop}R Documentation

Return a Leslie-like matrix from the spip parameters

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

leslie_from_spip(P, C)

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

result <- leslie_from_spip(species_1_life_history, 300)

# print the result list:
result

[Package CKMRpop version 0.1.3 Index]