Function that assigns each node in a Community
to a
body-mass bin.
BodyMassBins(community, lower=min(NP(community,'M'), na.rm=TRUE),
upper=max(NP(community,'M'), na.rm=TRUE), n.bins=10)
A vector of length NumberOfNodes
.
an object of class Community
.
lower bound of the bins.
upper bound of the bins.
the number of bins.
Lawrence Hudson
Divides the range lower
to upper
in to n.bins
equally-spaced log10(M) bins. Assigns each node in the
community
to one of these bins and returns the bins numbers.
The returned vector has attributes bin.centres
and breaks
.
Community
, NumberOfNodes