juv_fR: Calculate the quadratic functional response to temperature in...

Description Usage Arguments Details Value See Also

View source: R/juveniles_BioEnFunctionalResponses.R

Description

Function to calculate the quadratic functional response to temperature in the respiration relationship.

Usage

1
juv_fR(t, a = -0.006, b = 0.1954, c = -0.5885)

Arguments

t

- temperature (deg C)

a

- quadratic coefficient in quadratic equation

b

- linear coefficient in quadratic equation

c

- constant coefficient in quadratic equation

Details

Based on eq. S6 in the Supplement to Hurst et al. 2018
val = a*t^2+b*t+c [unitless]

Value

value

See Also

Other juvenile bioenergetic functions: juvBioenergetics_CompareRelationships(), juvBioenergetics_PlotRelationships(), juv_BioEnGrowth(), juv_CT(), juv_Ca(), juv_GT(), juv_MT(), juv_Ra(), juv_fC()


wStockhausen/rPacificCod documentation built on March 25, 2021, 2:39 p.m.