Skip to contents

Use TGC model to calculate degree days required to grow from initial to final weight

Usage

TGC_calculate_degree_days(initial_weight, final_weight, tgc)

Arguments

initial_weight

A vector of initial weight(s) of the fish in kilograms.

final_weight

A vector of final weight(s) of the fish in kilograms.

tgc

A vector of thermal growth coefficient(s).

Value

Returns a table with columns INITIAL_WEIGHT, FINAL_WEIGHT, TGC, and TGC_DEGREE_DAYS.