ypr_populations_expand {ypr} | R 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 |
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)
)
)
[Package ypr version 0.6.0 Index]