Description Usage Arguments Details Value Examples
View source: R/growthIntegrationFunctions.R
Function to integrate SL based on a temperature time series.
1 | integrateGrowthDW(dt, DW, T, growthFcn)
|
dt |
- integration time step (in days) |
T |
- vector of temperatures (deg C) |
growthFcn |
- function calculating temperature-dependent growth rates |
SL |
- initial standard length (mm) |
None.
tibble with columns age, T, grDW, and DW
1 2 3 4 | ## T = 5;
## D = ysl_YolkSacAbsorption(T);#--calculate stage duration at T
## vTs = 5+0*(1:100); #--time series of temperatures
## tbl1 = integrateGrowthDW(D/100,0.01,vTs,ysl_GrowthRateSL)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.