Description Usage Arguments Details Value Examples
View source: R/growthIntegrationFunctions.R
Function to calculate SL-at-age at a constant temperature.
1 | calcSLatAgeAtConstantTemp(n, SL, T, durationFcn, growthFcn)
|
n |
- number of integration time steps |
SL |
- initial standard length (mm) |
T |
- temperature (deg C) |
durationFcn |
- temperature-dependent function giving duration |
growthFcn |
- temperature-dependent function giving growth rate |
Uses integrateGrowthSL
to calculate a time series of size-at-age given
temperature-dependent duration and growth functions.
tibble with columns age and SL
1 | ## tbl2 = calcSLatAgeAtConstantTemp(100,0,5,ysl_YolkSacAbsorption,ysl_GrowthRateSL);
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.