growth: Growth

Description Usage Arguments Examples

View source: R/growth.R

Description

Returns final wet_weight given initial wet_weight and mean temperture during growth period; uses parameters from Perry et al. 2015

Usage

1
growth(wet_weight, temp, duration)

Arguments

wet_weight

Wet weight (g) at start of rearing period

temp

Mean temperature (ÂșC) during the rearing period

duration

Duration (days) of rearing period

Examples

1
2
growth(10, 2, 20)
growth(10, 20, 20)

fishsciences/YoloBypassSBM documentation built on July 26, 2020, 12:38 p.m.