length2weight: Calculate weight from length

Description Usage Arguments Examples

Description

Calculates weight from lenght using the formula weight <- l_to_w_int * length^l_to_w_power

Usage

1
length2weight(length, l_to_w_int = 1.1e-05, l_to_w_power = 2.91)

Arguments

length

fish length in cm. can be easily calculated using age2length

l_to_w_int

The intercept in the Length-weight relationship

l_to_w_power

The power in the Length-weight relationship

Examples

1
weight <- length2weight(length=50,l_to_w_int=0.000011,l_to_w_power=2.91)

remi-daigle/BESTMPA documentation built on May 27, 2019, 4:55 a.m.