Weight: Length-Weight relationship

Description Usage Arguments Details Value Author(s)

View source: R/Weight.R

Description

Computes the weight from the length using the relationship explained in Details.

Usage

1
Weight(L, a, b)

Arguments

L

Vector of lengths by age.

a

Allometric growth parameter.

b

Scaling constant.

Details

The function implements the following Length-Weight relationship

W=a*L^b

where L is the vector of lengths by age, a is the allometric growth parameter, b scaling constant, and W is the age weight vector.

Value

Vector containing the weight for each age.

Author(s)


IMPRESSPROJECT/ModelingPopulation documentation built on March 21, 2020, 12:14 a.m.