spain: Spain TPM

Description Usage Arguments Value References Examples

View source: R/tpms.R

Description

Predicts performance (p) at a given temperature (t) using a Spain thermal-performance model (TPM).

Usage

1
spain(t, s, a, b, c)

Arguments

t

A temperature value or vector

s

Scaling parameter

a

Parameter determining the steepness of the rising portion of the curve.

b

Parameter determining the position of the maximum of the curve (Topt).

c

Parameter determining the steepness of the decreasing part of the curve.

Value

A value or vector of predicted performance values

References

BASIC Microcomputer Models in Biology. Addison-Wesley, Reading, MA. 1982

Examples

1
2
3
t <- seq(20,30, by = 0.1)
p <- spain(t = t, s = 0.6, a = 0.25, b = 0.95, c = 0.002)
plot(t,p,type = "l", lwd = 2, xlab = "Temperature", ylab = "Predicted Performance")

ggcostoya/limon documentation built on April 27, 2021, 10:09 p.m.