tm | R Documentation |
Calculates the average germination/emergence time according to Silva and Nakagawa (1995)
tm(data, trat, nrep, time)
data |
data.frame containing the responses of the evaluations in separate columns side by side and without the columns with the identification of the factors |
trat |
vector of treatments with n repetitions |
nrep |
Number of repetitions |
time |
vector containing time |
Returns the vector with the average time.
SILVA, J. B. C.; NAKAGAWA, J. Estudos de formulas para calculo de germinacao. Informativo ABRATES, Londrina, v. 5, n. 1, p. 62-73, 1995.
data("substrate") tm(substrate[,c(3:18)], trat = substrate$Trat, nrep = 4, time = 1:16)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.