estrhov | R Documentation |
Estimate the volumetric fish density in number per m^3.
estrhov(Sv, sigmabs)
Sv |
Numeric vector, volume backscattering strength in dB. |
sigmabs |
Numeric vector, backscattering cross-section in m^2,
same length as |
The volumetric fish density (in #/m^3)
is estimated as
rhov = sv/sigmabs
,
where the volume backscattering coefficient (in 1/m) is
sv = 10^(Sv
/10).
(Note distinction between upper and lower case S in Sv
and sv.)
A numeric vector the same length as Sv
containing the estimated
volumetric fish density in number per m^3.
estNv
mySv <- c(-71, -65, -89) mysigma <- c(6e-4, 3e-5, 2e-6) estrhov(Sv=mySv, sigmabs=mysigma)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.