Learn R Programming

ypr (version 0.4.0)

ypr_schedule: Life-History Schedule

Description

Generates the life-history schedule by age for a population.

Usage

ypr_schedule(population)

ypr_tabulate_schedule(population)

Arguments

population

An object of class ypr_population().

Value

A tibble of the life-history schedule by age.

Functions

  • ypr_schedule: Tabulate Schedule (Deprecated)

See Also

ypr_population()

Examples

Run this code
# NOT RUN {
ypr_tabulate_schedule(ypr_population())
# }

Run the code above in your browser using DataLab