This is a julia
implementation of the bioenergetic model applied to
food webs.
Simulations of biomass flows in food webs is a difficult task, yet performing it correctly is required to understand the ties betweeen the structure and function of ecological communities. This package provides a robustly tested, well-documented, computationally efficient common interface for the simulation of bio-energetic systems in food webs... with additional features (see the documentation for more).
This package is no longer compatible with Julia 0.6 (or older).
Simply add the package using the package manager:
import Pkg
Pkg.add("BioEnergeticFoodWebs")
and load it into your workspace:
using BioEnergeticFoodWebs
Read the documentation for a description of functions and examples.