totalBiomass | R Documentation |
Calculate the total biomass (in same units as xmin
or nondimensionalised
and scaled to xmin
) for given values of b
(in the vector bvec
), n
and either both xmin
and xmax
or just r
.
totalBiomass(bvec, r = NULL, xmin = NULL, xmax = NULL, n = 1000)
bvec |
vector of size-spectrum exponents (values of |
r |
ratio of |
xmin |
minimum allowable body size |
xmax |
maximum allowable body size |
n |
number of individuals |
vector of total biomass values corresponding to the values of b
in
bvec
; total biomass has same units as xmin
(if xmin
and xmax
specified),
or is nondimensional if r
is specified.
Andrew Edwards
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.