CreateListObject: Generates a network list from a food web

Description Usage Arguments Value Examples

Description

Gets a network in the base bipartite package format into a list format. N.B. Throughout this package uses hosts to refer to the focal layer, and 'wasps' the response layer, although this could equally be 'plants' and 'pollinators'.

Usage

1

Arguments

web

in format specified by the bipartite package. Rows = focal layer, columns = response layer

Value

A network list for use with other functions in EcoLinkPredict package

Examples

1
2
3
data(Safariland, package = 'bipartite')
demolist<-CreateListObject(Safariland)
str(demolist)

jcdterry/cassandRa documentation built on July 3, 2019, 4:49 p.m.