calcTempForIMD_Belehradek: Calculate the temperature corresponding to an intermolt...

View source: R/calcIntermoltDuration_Belehradek.R

calcTempForIMD_BelehradekR Documentation

Calculate the temperature corresponding to an intermolt duration using Belehradek's function

Description

Function to calculate the temperature corresponding to an intermolt duration using Belehradek's function.

Usage

calcTempForIMD_Belehradek(a, b, c, D)

Arguments

a

- the "thermal constant" (Ouellet and Ste. Marie, 2018)

b

- the "threshold temperature constant" (Ouellet and Ste. Marie, 2018)

c

- exponent for Belehradek equation (negative of Ouellet and Ste. Marie, 2018 value)

D

- the intermolt duration (either a single number or a time series)

Details

The intermolt duration using Belehradek's function is D = a/(T-b)^c for development at constant T, so T = (a/D)^(1/c)+b for a given intermolt duration..

Value

The intermolt duration, in the time units of a.


wStockhausen/rIBMS_SnowCrab documentation built on March 30, 2022, 2:54 p.m.