Study case
fw_example_2species.Rd
Helper function that includes study cases.
Examples
fw_example_2species()
#> $A
#> [,1] [,2]
#> [1,] -0.1 -0.2
#> [2,] 0.1 0.0
#>
#> $B
#> [1] 0.50 0.25
#>
#> $R
#> [1] 0.10 -0.05
#>
#> $model
#> function (t, y, pars)
#> {
#> return(list((pars$A %*% y + pars$R) * y))
#> }
#> <bytecode: 0x55d8a1a71cd0>
#> <environment: namespace:fwebinfr>
#>
#> $leading_ev
#> [1] -0.025
#>
#> attr(,"class")
#> [1] "fw_model"