T10 {SeedCalc} | R Documentation |
Calculates the time spent to 10 percent germination (Adapted from Farooq et al., 2005).
T10(time,nger)
time |
A |
nger |
A |
FAROOQ, M.; BASRA, S. M. A.; AHMAD, N.; HAFEEZ, K. Thermal Hardening: A New Seed Vigor Enhancement Tool in Rice. Journal of Integrative Plant Biology, v. 47, n. 2, p. 187-193, 2005.
time <- c(1,2,3,4,5,6,7,8,9,10)
nger <- c(0,2,4,15,25,38,45,50,50,50)
T10(time,nger)