View source: R/calcIntermoltDuration_Belehradek.R
| getTforIMD_Belehradek | R Documentation | 
Function to calculate and plot the necessary T against IMD by stage for a range of IMDs.
getTforIMD_Belehradek(
  Ds,
  sources = "all",
  stages = c("Z1", "Z2", "M"),
  lims = NULL,
  showPlot = FALSE
)
Ds | 
 - vector of IMDs  | 
sources | 
 - character vector with sources for constants  | 
stages | 
 - character vector of stages to calculate IMD for  | 
lims | 
 - list with elemets 'x' and 'y' with axis limits  | 
showPlot | 
 - flag (T/F) to immediately show the plot  | 
Temperatures are regarded as fixed to determine the T corresponding to a
given IMD. See also calcTforStageAndIMD_Belehradek.
list, with a tibble (stage, temperature, and intermolt duration, in the time units of a)
and a ggplot2 object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.