Learn R Programming

foodweb (version 1-0)

visualisation and analysis of food web networks

Description

Calculates twelve commonly-used, basic measures of food web network structure from binary, predator-prey matrices: species richness, connectance, total number of links, link density, number of trophic positions, predator:prey ratio, and fraction of carnivores, herbivores, top species and intermediate species. Employs food web language in the code and output, translates between a couple of common food web formats, can handle food webs consisting of multiple levels, and can automate the analysis for a large number of webs. The program produces 3-dimensional graphs of high quality that can be customized by the user.

Copy Link

Version

Install

install.packages('foodweb')

Monthly Downloads

13

Version

1-0

License

GPL (>= 2)

Maintainer

Giselle Perdomo

Last Published

May 30th, 2012

Functions in foodweb (1-0)

moss

Predator:prey matrix of a moss-microarthropod food web.
analyse.single

Calculate Network Parameters from One Binary Predator-prey Matrix
analyse.list

Calculate Network Parameters from Multiple, Binary, Predator-prey Matrices Whose Names Are Provided in a List
mat.2.list

Transform a Binary Predator:prey Food Web Matrix into an Interaction List
analyse.seq

Calculate Network Parameters from Multiple, Binary, Predator-prey Matrices Contained in Files That Are Named Sequentially
foodweb

Visualisation and Analysis of Food Web Networks
plotweb

Plot a Food Web Analysed Using the analyse.single() Function