TGC_calculate_coefficent: Calculate the thermal growth coefficient

View source: R/tgc_functions.R

TGC_calculate_coefficentR Documentation

Calculate the thermal growth coefficient

Description

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.


dempsey-CMAR/tgc documentation built on Oct. 20, 2023, 6:45 p.m.