Learn R Programming

ypr (version 0.6.0)

ypr_tabulate_schedule: Life-History Schedule

Description

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

Usage

ypr_tabulate_schedule(object, ...)

# S3 method for ypr_population ypr_tabulate_schedule(object, ...)

# S3 method for ypr_ecotypes ypr_tabulate_schedule(object, ...)

Value

A tibble of the life-history schedule by age.

Arguments

object

The population or populations.

...

Unused parameters.

Methods (by class)

  • ypr_tabulate_schedule(ypr_population): Tabulate Schedule

  • ypr_tabulate_schedule(ypr_ecotypes): Tabulate Schedule

See Also

Other tabulate: ypr_detabulate_parameters(), ypr_report(), ypr_tabulate_biomass(), ypr_tabulate_fish(), ypr_tabulate_parameters(), ypr_tabulate_sr(), ypr_tabulate_yields(), ypr_tabulate_yield()

Other schedule: ypr_plot_schedule()

Examples

Run this code
ypr_tabulate_schedule(ypr_population())
ypr_tabulate_schedule(ypr_ecotypes(Linf = c(10, 20)))

Run the code above in your browser using DataLab