MGT: Mean Germination Time

Description Usage Arguments References Examples

Description

Calculates the Mean Germination Time (Labouriau, 1983).

Usage

1
MGT(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

LABOURIAU, L. G. (1983). Uma nova linha de pesquisa na fisiologia da germina??o das sementes. Anais do XXXIV Congresso Nacional de Botanica. SBB, Porto Alegre, 11-50.

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)
MGT(time,nger)

Example output

[1] 5.42

SeedCalc documentation built on May 2, 2019, 8:26 a.m.

Related to MGT in SeedCalc...