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

View source: R/calcIntermoltDuration_Belehradek.R

calcTforStageAndIMD_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 for given stages and sources.

Usage

calcTforStageAndIMD_Belehradek(sources = "all", stages = "all", D)

Arguments

sources

- character value with source for constants

stages

- character vector of stages to calculate IMD for

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

A tibble, with coloumns 'source', 'stage','T', and 'D'.


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