View source: R/calcIntermoltDuration_Belehradek.R
| plotIMDbyT_Belehradek | R Documentation |
Function to calculate and plot the IMD against T by stage for a range of fixed Ts.
plotIMDbyT_Belehradek(
Ts,
sources = "all",
stages = c("Z1", "Z2", "M"),
lims = NULL,
showPlot = FALSE
)
Ts |
- vector of (fixed) temperatures at which t |
sources |
- character vector with sources for constants |
stages |
- character vector of stages to calculate IMD for |
lims |
- list with elements 'x' and 'y' with axis limits |
showPlot |
- flag (T/F) to immediately show the plot |
Temperatures are regarded as fixed, so this function is appropriate to
use if T represents temperatures spatially, for example.
See also calcIMDforStage_Belehradekk.
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.