devRateFind: Find models for species

View source: R/devRate_find.R

devRateFindR Documentation

Find models for species

Description

Find models for species

Usage

devRateFind(orderSP = "", familySP = "", species = "")

Arguments

orderSP

Find models by Order.

familySP

Find models by Family.

species

Find models by species (Genus species).

Details

The function looks for the species in the database and returns the number of occurrences for each model.

Value

A data.frame with the name of the equations, the number of occurrences in the database, and the number of parameters for each equation.

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",]

devRate documentation built on Aug. 24, 2023, 9:07 a.m.