frair_responses {frair}R Documentation

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.

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).

Author(s)

Daniel Pritchard

Examples

resp_known <- names(frair_responses(show=FALSE))
frair_responses(show=TRUE)

[Package frair version 0.5.100 Index]