estWeight: Estimate Fish Weight From Length

View source: R/estWeight.R

estWeightR Documentation

Estimate Fish Weight From Length

Description

Estimate fish weight from fish length.

Usage

estWeight(Lmm, LWa, LWb)

Arguments

Lmm

A numeric vector, the total length of fish in mm.

LWa

A numeric vector of the multiplicative parameter in a length-weight relation, in log(g). See details.

LWb

A numeric vector of the exponential parameter in a length-weight relation, in 1/log(mm). See details.

Details

The weight (in g) is calculated from the length-weight relation as Wg = LWa * Lmm ^ LWb.

Value

A numeric vector of fish weights (in g), the same length as Lmm.

Examples

paDens(c(0.001, 0.01, 0.1), c(4e-5, 5e-6, 8e-9))


krphillips/EchoNet2Fish documentation built on March 19, 2022, 11:59 p.m.