CreateListObject {cassandRa} | R Documentation |
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'.
CreateListObject(web)
web |
in format specified by the bipartite package. Rows = focal layer, columns = response layer |
A network list for use with other functions in EcoLinkPredict package
data(Safariland, package = 'bipartite')
demolist<-CreateListObject(Safariland)
str(demolist)