Coerce to a Populations Object
Usage
as_ypr_populations(x, ...)
# S3 method for class 'ypr_population'
as_ypr_populations(x, ...)
# S3 method for class 'ypr_populations'
as_ypr_populations(x, ...)
# S3 method for class 'ypr_ecotypes'
as_ypr_populations(x, ...)
Methods (by class)
as_ypr_populations(ypr_population)
: Coerce a Population Object to an Population Objectas_ypr_populations(ypr_populations)
: Coerce a Populations Object of length 1 to a Population Objectas_ypr_populations(ypr_ecotypes)
: Coerce a Ecotypes Object of length 1 to a Population Object
See also
Other populations:
chilliwack_bt_05
,
ypr_plot_yield()
,
ypr_populations()
,
ypr_populations_expand()
,
ypr_tabulate_sr()
,
ypr_tabulate_yield()
,
ypr_tabulate_yields()
Examples
as_ypr_populations(ypr_population())
#> tmax: 20
#> k: 0.15
#> Linf: 100
#> t0: 0
#> k2: 0.15
#> Linf2: 100
#> L2: 1000
#> Wb: 3
#> Ls: 50
#> Sp: 100
#> es: 1
#> Sm: 0
#> fb: 1
#> tR: 1
#> BH: 1
#> Rk: 3
#> n: 0.2
#> nL: 0.2
#> Ln: 1000
#> Lv: 50
#> Vp: 100
#> Llo: 0
#> Lup: 1000
#> Nc: 0
#> pi: 0.2
#> rho: 0
#> Hm: 0
#> Rmax: 1
#> Wa: 0.01
#> fa: 1
#> q: 0.1
#> RPR: 1
as_ypr_populations(ypr_populations())
#> tmax: 20
#> k: 0.15
#> Linf: 100
#> t0: 0
#> k2: 0.15
#> Linf2: 100
#> L2: 1000
#> Wb: 3
#> Ls: 50
#> Sp: 100
#> es: 1
#> Sm: 0
#> fb: 1
#> tR: 1
#> BH: 1
#> Rk: 3
#> n: 0.2
#> nL: 0.2
#> Ln: 1000
#> Lv: 50
#> Vp: 100
#> Llo: 0
#> Lup: 1000
#> Nc: 0
#> pi: 0.2
#> rho: 0
#> Hm: 0
#> Rmax: 1
#> Wa: 0.01
#> fa: 1
#> q: 0.1
#> RPR: 1
as_ypr_populations(ypr_ecotypes())
#> tmax: 20
#> k: 0.15
#> Linf: 100
#> t0: 0
#> k2: 0.15
#> Linf2: 100
#> L2: 1000
#> Wb: 3
#> Ls: 50
#> Sp: 100
#> es: 1
#> Sm: 0
#> fb: 1
#> tR: 1
#> BH: 1
#> Rk: 3
#> n: 0.2
#> nL: 0.2
#> Ln: 1000
#> Lv: 50
#> Vp: 100
#> Llo: 0
#> Lup: 1000
#> Nc: 0
#> pi: 0.2
#> rho: 0
#> Hm: 0
#> Rmax: 1
#> Wa: 0.01
#> fa: 1
#> q: 0.1
#> RPR: 1