website/examples/methods.md

Title: methods URL: methods.html save_as: methods.html

.popup { display: none; padding-left: 40px; padding-right: 40px; border-top: 1px solid black; border-bottom: 1px solid black; } table { width: 100%; } thead { border-bottom: 1px solid black; } $(document).ready(function() { $('.toggleLink').click(function() { $(this).parents('tr').first().nextAll('.popup').first().toggle(); }); });

Methods

Ecologists are focussing increasingly on explaining the structure of communities by enriching traditional food web data with additional information. Many community studies collect either the food web, species' body masses, or abundance data, and an ever increasing number of studies measure two or three of these data types and/or additional data. Various combinations of data allow different properties to be explored and different hypotheses to be tested.

Cheddar provides many relevant published methods. The examples below illustrate the different views of community data that contain different combinations of trophic links, body masses, and abundance data, following Cohen et al 2003, without going into detail. Most examples use the dataset of Tuesday Lake sampled in 1984 (Cohen et al 2003; Jonsson et al 2005).

{% for method in methods %} {% endfor %} Trophic links Body mass Numerical abundance Description {{ '✓' if 'TRUE'==method.links }} {{ '✓' if 'TRUE'==method.M }} {{ '✓' if 'TRUE'==method.N }} {{ method.description }}

Functions: {% for f in method.functions.split(' ') %} {{ f }} {% endfor %}

{% if method.references %}

References: {% for f in method.references.split(';') %} {{ f }}; {% endfor %}

{% endif %}

Examples

{% if method.graphical1 %} {% set path = 'output/' + method.safename + 'graphical1.txt' %} {% highlight 'rout' %}{% include path %}{% endhighlight %} Example {{ method.description }} plot {% endif %} {% if method.graphical2 %} {% set path = 'output/' + method.safename + 'graphical2.txt' %} {% highlight 'rout' %}{% include path %}{% endhighlight %} Example {{ method.description }} plot {% endif %} {% if method.textual1 %} {% set path = 'output/' + method.safename + 'textual1.txt' %} {% highlight 'rout' %}{% include path %}{% endhighlight %} {% endif %}

References

{% for reference in references %} {{ reference.ref }} {% endfor %}



quicklizard99/cheddar documentation built on Aug. 25, 2022, 5:01 a.m.