foodwebr
foodwebr copied to clipboard
Function dependency graphs in R
See #3 . @SigurdJanson I don't seem to see any difference in behaviour when passing additional args to `plot()`. Would you be able to checkout the `develop` branch and try...
If a variable in a function has the same name as another function, a link will be erroneously created. ``` r f1 f1() #> f2() -> { f1() } #>...
A function called inside another using `do.call` does not appear to be identified. Is this expected? Could `foodweb()` be made aware of this without too much work? Our code has...