Learn R Programming

birk (version 1.3.0)

Q10calc: Parameters of Q10 Temperature Coefficient

Description

Returns the unknown parameter given 4 of 5 parameters from Q10 temperature coefficient calculation for chemical or biological systems.

Usage

Q10calc(Q10, R2, R1, T2, T1)

Arguments

Q10
factor by which rate changes due to 10° C increase in temperature.
R2
rate 2.
R1
rate 1.
T2
temperature 2 (in °C).
T1
temperature 1 (in °C).

encoding

UTF-8

Details

Given four parameters, the fifth parameter will be returned.

Examples

Run this code
Q10calc(R2 = 10, R1 = 5, T2 = 20, T1 = 10) # Returns Q10; = 2
Q10calc(Q10 = 2.66, R1 = 5, T2 = 20, T1 = 10) # Returns R2; = 13.3

Run the code above in your browser using DataLab