View source: R/frair_responses.R
frair_responses | R Documentation |
Available predator-prey functional responses.
frair_responses(show=TRUE)
show |
A logical. If TRUE, information is printed to screen and nothing is returned. |
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)
.
Daniel Pritchard
resp_known <- names(frair_responses(show=FALSE))
frair_responses(show=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.