RandomLinks: Random model

Description Usage Arguments Details Value Author(s) Examples

Description

RandomLinks.

Usage

1
RandomLinks(n, S, C=0.15)

Arguments

n

the number of sets of links to generate.

S

the number of species in the pool.

C

the directed connectance (number of links / number of possible links) of each set of links.

Details

Links chosen at random.

Value

A list of ā€˜n’ data.frames, each with exactly $S * S * C$ links.

Author(s)

Lawrence Hudson

Examples

1
2
3
# 1 set of links drawn from a pool of 10 species
links <- RandomLinks(n=1, S=10, C=0.15)
links

quicklizard99/Basingstoke documentation built on May 26, 2019, 1:31 p.m.