DegreeDistribution {cheddar} | R Documentation |
Node degree distribution.
DegreeDistribution(community, cumulative=FALSE)
community |
an object of class |
cumulative |
logical - if |
Returns a vector of proportions of nodes with
0:max(Degree(community))
trophic links.
A vector of numbers.
Lawrence Hudson
Degree
, PlotDegreeDistribution
data(TL84)
DegreeDistribution(TL84)
DegreeDistribution(TL84, cumulative=TRUE)