View source: R/distributions.R
pBiomassBins | R Documentation |
Bin breaks are input as EITHER a single tibble binValsTibble
with each row representing a bin, OR as a vector binBreaks
of breaks.
pBiomassBins(
...,
binValsTibble = NULL,
binBreaks = NULL,
xmin = NULL,
xmax = NULL,
n
)
... |
extra arguments passed to |
binValsTibble |
tibble of binned data with each row representing a bin
and with columns |
binBreaks |
vector of bin breaks |
n |
total number of individuals in the system (needed to calculate biomass) |
tibble with each row corresponding to a bin, and columns wmin
,
wmax
, binWidth
, estBiomass
, and estBiomassNorm
. If the input is a tibble with
columns wmin
and wmax
(or binMin
and binMax
), then
columns estBiomass
and estBiomassNorm
are appended to the input tibble.
Andrew Edwards
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.