ypr_tabulate_schedule {ypr}R Documentation

Life-History Schedule

Description

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

Usage

ypr_tabulate_schedule(object, ...)

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

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

Arguments

object

The population or populations.

...

Unused parameters.

Value

A tibble of the life-history schedule by age.

Methods (by class)

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

ypr_tabulate_schedule(ypr_population())
ypr_tabulate_schedule(ypr_ecotypes(Linf = c(10, 20)))

[Package ypr version 0.6.0 Index]