Learn R Programming

ypr (version 0.6.0)

ypr_populations_expand: Expand Populations

Description

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

Usage

ypr_populations_expand(populations)

Value

An object of class ypr_population.

Arguments

populations

An object of class ypr_populations().

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

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

Run the code above in your browser using DataLab