T10: Time spent to 10 percent germination

Description Usage Arguments References Examples

View source: R/T10.R

Description

Calculates the time spent to 10 percent germination (Adapted from Farooq et al., 2005).

Usage

1
T10(time,nger)

Arguments

time

A vector object containing the time for germination.

nger

A vector object containing the accumulated number of seeds germinated at each time.

References

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.

Examples

1
2
3
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)

laerciojunio/SeedCalc-Package documentation built on June 27, 2020, 3:40 p.m.