FR: Forage Ratio (Strauss 1979).

Description Usage Arguments Examples

View source: R/selectivity.R

Description

Returns forage ratio from vectors of consumed and available food items.

Usage

1
FR(available, consumed)

Arguments

available

A vector of food items available to the organism in the environment

consumed

A vector of food items consumed by the organism

Examples

1
2
3
availableprey <- c(10,10,10,10,10)
consumedprey <- c(9,0,0,1,5)
FR(available = availableprey, consumed = consumedprey)

selectapref documentation built on Feb. 9, 2020, 1:06 a.m.

Related to FR in selectapref...