the names of the node properties to return. Should
meet the critera of the node.properties parameter of
TLPS.
link.properties
the names of the trophic link properties to return.
Should meet the critera of the link.properties parameter of
TLPS.
Author
Lawrence Hudson
Details
This function is named CollectionTLPS for Collection Trophic Link
PropertieS. It returns a data.frame containing the columns `resource'
and `consumer' and any requested node and trophic-link properties.
If node.properties and link.properties are both NULL then
all first-class trophic-link properties are included in the returned
data.frame.
data(pHWebs)
# Just community, resource and consumerhead(CollectionTLPS(pHWebs), 10)
# The M of the resource and consumer in each linkhead(CollectionTLPS(pHWebs, node.properties='M'), 10)