TGC_calculation: Calculate the Thermal Growth Coefficent.

Description Usage Arguments Examples

View source: R/TGC_calculation.R

Description

Calculates the Thermal Growth Coefficent (TGC) based on initial weight (grams), final weight (grams), number of days between the two weight measurements and the temperature (degrees C).

Usage

1
TGC_calculation(startWeight, finalWeight, days, degrees = 12)

Arguments

startWeight

numeric value, weight (g) at first measurement

finalWeight

numeric value, weight (g) at second measurement

days

numeric value, days between the two measurements

degrees

numeric value, average temperature of the water

Examples

1
TGC_calculation(1.7, 24.8, 65, 12)

gtimmerhaus/aquaR documentation built on May 17, 2019, 8:57 a.m.