EstCoeff: Estimation of Base Temperature

View source: R/BasetempSeed.R

EstCoeffR Documentation

Estimation of Base Temperature

Description

Estimation of Base Temperature

Usage

EstCoeff(Data)

Arguments

Data

Output TempInter Function

Value

  • Coefficients: Estimate of Coefficients

References

  • Ellis, R. H., Simon, G., & Covell, S. (1987). The Influence of Temperature on Seed Germination Rate in Grain LegumesIII. A Comparison of Five Faba Bean Genotypes at Constant Temperatures Using a New Screening Method. Journal of Experimental Botany, 38(6), 1033–1043.

  • Garcia-Huidobro, J., Monteith, J. L., & Squire, G. R. (1982). Time, temperature and germination of pearl millet (Pennisetum typhoides S. & H.) I. Constant temperature. Journal of experimental botany, 33(2), 288-296.

Examples

library("BaseTempSeed")
Inter_data <- TempInter(Data=Data,GPercentage=c(0.1,0.2, 0.3,0.4, 0.5,0.6, 0.7,.8,0.9))
Est<-EstCoeff(Inter_data)

BaseTempSeed documentation built on April 21, 2023, 9:07 a.m.