devRateFind(orderSP ="", familySP ="", species ="")
Arguments
orderSP: Find models by Order.
familySP: Find models by Family.
species: Find models by species (Genus species).
Returns
A data.frame with the name of the equations, the number of occurrences in the database, and the number of parameters for each equation.
Details
The function looks for the species in the database and returns the number of occurrences for each model.
Examples
devRateFind(orderSP ="Lepidoptera")devRateFind(familySP ="Gelechiidae")## detailed example:devRateFind(species ="Tuta absoluta")## campbell_74 model has been used for T. absoluta## Parameters from the campbell equation can be accessed by:## campbell_74$startVal[campbell_74$startVal["genSp"] == "Tuta absoluta",]