Creates an ypr_ecotypes object.

ypr_ecotypes(..., names = NULL)

Arguments

...

Unused parameters.

names

A character vector of unique ecotype names.

Value

An ypr_ecotypes() objects

See also

Other ecotypes: as_ypr_ecotypes()

Examples

ypr_ecotypes(Linf = c(1, 2))
#> tmax:  20
#> k:     0.15
#> Linf:  1, 2
#> 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
#> Ecotype: Linf_1, Linf_2
ypr_ecotypes(Linf = c(1, 2), t0 = c(0, 0.5))
#> tmax:  20
#> k:     0.15
#> Linf:  1, 2
#> t0:    0, 0.5
#> 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
#> Ecotype: Linf_1_t0_0, Linf_2_t0_0_5