Learn R Programming

devRate (version 0.1.1)

poly4: Fourth-order polynomial equation of development rate as a function of temperature.

Description

A simple fourth-order polynomial equation.

Usage

poly4

Arguments

Format

A list of eight elements describing the equation.

Details

Equation: rT ~ a0 + a1 * T + a2 * T^2 + a3 * T^3 + a4 * T^4