PoisotLab / BioEnergeticFoodWebs.jl

A unified interface for simulations of the Bio-Energetic model on food webs

Home Page:http://poisotlab.io/BioEnergeticFoodWebs.jl/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

Bio-energetic food web model

This is a julia implementation of the bioenergetic model applied to food webs.

RTD GitHub tag DOI Gitter

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).

Getting started

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.

Stable

CI CI CI codecov.io

In development

CI codecov.io

About

A unified interface for simulations of the Bio-Energetic model on food webs

http://poisotlab.io/BioEnergeticFoodWebs.jl/latest/

License:Other


Languages

Language:Julia 99.6%Language:Makefile 0.4%