growth_rate: Fish Growth Rate

Description Usage Arguments Author(s) References Examples

View source: R/growth_rate.R

Description

This function estimates the growth rate per day for Atlantic Cod, using a third degree polynomial function of temperature (in degrees Celsius). The default values of parameters a,b,c,d are obtained from Experiment A in Table 2 of Bjoornsson et al.

Usage

1
growth_rate(t, a = -0.497, b = 0.1656, c = 0.08588, d = -0.004266)

Arguments

t

temperature in degrees Celsius

a

constant term in estimate function

b

first degree coefficient in estimate function

c

second degree coefficient in estimate function

d

third degree coefficient in estimate function

Author(s)

Kenneth Larrieu

References

Bjoornsson et al. Growth model for Atlantic cod (Gadus morhua): Effects of temperature and body weight on growth rate.

Examples

1

klarrieu/ESM262PackageAssignment documentation built on May 25, 2019, 8:18 a.m.