Learn R Programming

frair (version 0.5.203)

frair_responses: FRAIR responses

Description

Available predator-prey functional responses.

Usage

frair_responses(show=TRUE)

Arguments

show

A logical. If TRUE, information is printed to screen and nothing is returned.

Author

Daniel Pritchard

Details

frair_responses is both a vector of useful information (via show=TRUE) and a vehicle to keep track of implemented functional responses. The latter is enforced by matching responses supplied to frair_fit to the names returned by frair_responses(show=FALSE).

Examples

Run this code
resp_known <- names(frair_responses(show=FALSE))
frair_responses(show=TRUE)

Run the code above in your browser using DataLab