predPreyRatio: Calculate Prey-Predator sizes ratios based on a regression...

View source: R/mice-main.R

predPreyRatioR Documentation

Calculate Prey-Predator sizes ratios based on a regression model

Description

Calculate Prey-Predator sizes ratios based on a regression model

Usage

predPreyRatio(predType, Linf, thr = NULL, smallest = 0.1)

Arguments

predType

The type of predation interaction (piscivorous, planktivorous, predacious).

Linf

The maximum length of the species.

thr

Lengths where a change in predation behaviour is seen.

smallest

The smallest size to calculate the relationship. Default to 0.1 cm.

Value

A table with the prey-predator sizes ratios.

Examples

predPreyRatio(predType = c("planktivorous", "predacious"), Linf = 30, thr = 15)

roliveros-ramos/mice documentation built on Aug. 24, 2023, 5:43 a.m.