Learn R Programming

SeedCalc (version 1.0.0)

CVt: Germination Time Coefficient of variation

Description

Calculates the Germination Time Coefficient of variation (Carvalho et al., 2005).

Usage

CVt(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

CARVALHO, M. P.; SANTANA, D. G.; RANAL, M. A. Emerg<U+00EA>ncia de pl<U+00E2>ntulas de Anacardium humile A. St.-Hil. (Anacardiaceae) avaliada por meio de amostras pequenas. Revista Brasileira de Bot<U+00E2>nica, v. 28, n. 3, p. 627<U+2013>633, 2005.

Examples

Run this code
# NOT RUN {
time <- c(1,2,3,4,5,6,7,8,9,10)
nger <- c(0,2,4,15,25,38,45,50,50,50)
CVt(time,nger)
# }

Run the code above in your browser using DataLab