Skip to contents

Calculate the thermal growth coefficient

Usage

TGC_calculate_coefficent(initial_weight, final_weight, average_temp, n_days)

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.

average_temp

Average temperature of the growing days.

n_days

Number of growing days.

Value

Returns a table with columns INITIAL_WEIGHT, FINAL_WEIGHT, degree_days, and TGC_COEF.