Learn R Programming

devRate (version 0.1.1)

devRatePlotInfo: Plot parameter estimates from the literature

Description

Plot parameter estimates from the literature

Usage

devRatePlotInfo(eq, sortBy = "genSp", stage = "all", ...)

Arguments

eq
The name of the equation.
sortBy
The filter to seperate 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

Run this code
devRatePlotInfo(eq = davidson_44, sortBy = "genSp", xlim = c(0,40), ylim = c(0,0.05))
devRatePlotInfo(eq = campbell_74, sortBy = "familysp", xlim = c(0,30), ylim = c(0,0.05))
devRatePlotInfo(eq = taylor_81, sortBy = "ordersp", xlim = c(-20,80), ylim = c(0,0.2))

Run the code above in your browser using DataLab