TempInter {BaseTempSeed} | R Documentation |
Preparation of Data for Germination Percentages
Description
Preparation of Data for Germination Percentages
Usage
TempInter(Data, TSeed = 50, GPercentage = c(0.1, 0.25, 0.5, 0.75, 0.9))
Arguments
Data |
Dataframe with Temperature in Row and Time in Column |
TSeed |
Total Number of Seeds |
GPercentage |
Vector of Germination Fractions |
Value
InterData: Final Data for Estimation
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)
Interdata<-TempInter(Data=Data,GPercentage=c(0.1,0.2, 0.3,0.4, 0.5,0.6, 0.7,.8,0.9))
[Package BaseTempSeed version 0.1.0 Index]