View source: R/tgc_functions.R
TGC_calculate_degree_days | R Documentation |
Use TGC model to calculate degree days required to grow from initial to final weight
TGC_calculate_degree_days(initial_weight, final_weight, tgc)
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). |
Returns a table with columns INITIAL_WEIGHT
,
FINAL_WEIGHT
, TGC
, and TGC_DEGREE_DAYS
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.