View source: R/tgc_functions.R
TGC_calculate_coefficent | R Documentation |
Calculate the thermal growth coefficient
TGC_calculate_coefficent(initial_weight, final_weight, average_temp, n_days)
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. |
average_temp |
Average temperature of the growing days. |
n_days |
Number of growing days. |
Returns a table with columns INITIAL_WEIGHT
,
FINAL_WEIGHT
, degree_days
, and TGC_COEF
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.