View source: R/distributions.R
pBiomass | R Documentation |
Total biomass between xmin
and x
, assuming a bounded power-law
distribution of body masses between xmin
and xmax
and a given value of
exponent b
, and a total of n
individuals.
Given by MEE equations A.4 and A.8. Can then be called by pBiomassBins
to
give total biomass (and normalised biomass) in each bin.
pBiomass(x, b, xmin, xmax, n)
x |
vector of values for which to calculate the total biomass between
|
b |
exponent of the PLB distribution |
xmin |
minimum bound of the distribution, |
xmax |
maximum bound for bounded distribution, |
returns of vector total biomass between xmin
and each value of x
Andrew Edwards
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.