devRatePlotInfo function

Plot thermal performance curves from the literature

Plot thermal performance curves from the literature

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.

Returns

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))
  • Maintainer: Francois Rebaudo
  • License: GPL-2
  • Last published: 2023-08-24