View source: R/community_trophic_links.R
IsCannibal | R Documentation |
Nodes that consume themselves in the food web.
IsCannibal(community)
Cannibals(community)
FractionCannibalistic(community)
community |
an object of class |
IsCannibal
returns a vector of logical
of length
NumberOfNodes
; values are TRUE
for nodes consume themselves.
Cannibals
returns the names of nodes for which IsCannibals
returns TRUE
. FractionCannibalistic
returns the proportion of
nodes for which IsCannibal
returns TRUE
Either a logical
vector of length NumberOfNodes
or a
vector of names.
Lawrence Hudson
RemoveCannibalisticLinks
,
NumberOfNodes
,
PredationMatrix
,
Degree
,
InDegree
,
OutDegree
,
ResourcesByNode
,
ConsumersByNode
,
ResourcesOfNodes
,
ConsumersOfNodes
data(TL84)
IsCannibal(TL84)
Cannibals(TL84)
FractionCannibalistic(TL84)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.