Ke: Viability constant \mjseqnK_E based on the species-specific...

Description Usage Arguments Details Value References See Also Examples

View source: R/Ke.R

Description

Ke computes the viability constant \mjseqnK_E from the species-specific temperature coefficients in case of storage experiments conducted at constant temperature and varying moisture contents. \loadmathjax

Usage

1
Ke(K, temp, temp.coeff = c(0.0329, 0.000478))

Arguments

K

The constant \mjseqnK associated with the relationship of temperature with seed longevity (see Details).

temp

Temperature in °C.

temp.coeff

The species-specific temperature coefficients (\mjseqnC_H and \mjseqnC_Q) as a numeric vector of length 2.

Details

From seed storage experiments involving storage of seeds at a constant temperature in a range of moisture contents, the effect of moisture content on seed longevity (\mjseqn\sigma) can be estimated from the following linear relationship:

\mjsdeqn\log\sigma

= K - C_w\logm

Where, \mjseqnK is the intercept, \mjseqnC_W is the slope and \mjseqnm is the moisture content.

The constant \mjseqnK associated with the relationship of temperature with seed longevity as follows.

\mjsdeqn

K = K_E - C_Ht - C_Qt^2

Where, \mjseqnK_E, \mjseqnC_H and \mjseqnC_Q are the species-specific seed viability constants.

The constant \mjseqnK_E can be estimated from the universal temperature constants (\mjseqnC_H = 0.0329 and \mjseqnC_Q = 0.000478) in case of seed storage experiments at constant temperature and varying moisture content as follows.

\mjsdeqn

K_E = K + C_Ht + C_Qt^2

Value

The value of species-specific seed viability constant \mjseqnK_E.

References

\insertRef

ellis_improved_1980viabilitymetrics

\insertRef

pritchard_predicting_2003viabilitymetrics

See Also

Sigma

Examples

1
Ke(36, 10)

aravind-j/viabilitymetrics documentation built on May 15, 2021, 9:10 a.m.