cascade: Cascade Food Web Model

Description Usage Arguments Value Reference Examples

View source: R/topological.R

Description

Cascade Food Web Model

Usage

1
cascade(S, C)

Arguments

S

Number of species in the community.

C

The connectance, or fraction of realized links in the food web.

Value

The adjacency matrix of a cascade model food web. Species are arranged along a niche axis and may consume any species with a niche value less than their own with a fixed probability of 2CS/(S-1), creating a triangular matrix.

Reference

Cohen, J. E., and C. M. Newman. 1985. A stochastic theory of community food webs: I. Models and aggregated data. Proceedings of the Royal Society B 224:421<e2><80><93>448.

Examples

1
cascade(20, .1)

jjborrelli/trophic documentation built on May 6, 2019, 6:03 p.m.