Learn R Programming

ypr (version 0.4.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)

Arguments

populations

An object of class ypr_populations().

Value

An object of class ypr_population.

See Also

ypr_population()

Examples

Run this code
# NOT RUN {
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