TGC_calculate_degree_days: Use TGC model to calculate degree days required to grow from...

View source: R/tgc_functions.R

TGC_calculate_degree_daysR Documentation

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

Description

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.


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