devRatePlotInfo {devRate} | R Documentation |
Plot thermal performance curves from the literature
Description
Plot thermal performance curves from the literature
Usage
devRatePlotInfo(eq, sortBy = "genSp", stage = "all", ...)
Arguments
eq |
The name of the equation. |
sortBy |
The filter to separate species ("ordersp", "familysp", "genussp", "species", "genSp"). |
stage |
The life stage of the organism ("all", "eggs", "L1", "L2", "L3", "L4", "L5", "larva", "pupa", "prepupa", "female", "male", ...) |
... |
Aditional arguments for the plot. |
Value
Nothing.
Examples
devRatePlotInfo(eq = davidson_44, sortBy = "genSp", xlim = c(0, 40), ylim = c(0, 0.05))
devRatePlotInfo(eq = campbell_74, sortBy = "familysp", xlim = c(-10, 30), ylim = c(0, 0.05))
devRatePlotInfo(eq = taylor_81, sortBy = "ordersp", xlim = c(-20, 60), ylim = c(0, 0.2))
devRatePlotInfo(eq = wang_82, sortBy = "ordersp", xlim = c(0, 50), ylim = c(0, 0.06))
devRatePlotInfo(eq = stinner_74, sortBy = "ordersp", xlim = c(0, 50), ylim = c(0, 0.06))
[Package devRate version 0.2.4 Index]