ypr_populations_expand: Expand Populations

View source: R/expand.R

ypr_populations_expandR Documentation

Expand Populations

Description

An object of class ypr_population() of all unique combinations of parameter values.

Usage

ypr_populations_expand(populations)

Arguments

populations

An object of class ypr_populations().

Value

An object of class ypr_population.

See Also

Other populations: as_ypr_populations(), chilliwack_bt_05, ypr_plot_yield(), ypr_populations(), ypr_tabulate_sr(), ypr_tabulate_yields(), ypr_tabulate_yield()

Examples

ypr_populations_expand(
  ypr_populations(
    Rk = c(2.5, 4, 2.5),
    Hm = c(0.1, 0.2, 0.1)
  )
)

poissonconsulting/ypr documentation built on April 4, 2023, 8:35 p.m.