Description Usage Arguments Details Value Examples
View source: R/growthIntegrationFunctions.R
Function to calculate time series of DW-at-age at a constant temperature.
1 | calcDWatAgeAtConstantTemp(n, DW, T, durationFcn, growthFcn)
|
n |
- number of integration time steps |
DW |
- initial dry weight (units are arbitrary) |
T |
- temperature (deg C) |
durationFcn |
- temperature-dependent function giving duration |
growthFcn |
- temperature-dependent function giving DW growth rate |
Uses integrateGrowthDW
to calculate a time series of DW-at-age given
temperature-dependent duration and DW growth functions.
tibble with columns age-in-stage,temperature, and DW
1 2 3 4 5 | ## initDW = 0.01; #--milligrams
## tbl1 = calcDWatAgeAtConstantTemp(100,initDW,5,egg_StageDuration,egg_GrowthRateDW);
## initDW = 0.14; #--milligrams
## tbl2 = calcDWatAgeAtConstantTemp(100,initDW,5,ysl_YolkSacAbsorption,ysl_GrowthRateDW)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.