powered by
Calculates the area under the germination or emergence curve. A parameter that can replace the traditional emergence or germination speed index.
aac(dados, trat, nrep, time)
Returns a vector with the index
data.frame containing the responses of the evaluations in separate columns side by side and without the columns with the identification of the factors
vector of treatments with n repetitions
Number of repetitions
vector containing time
data("substrate") aac(substrate[,c(3:18)], trat = substrate$Trat, nrep = 4, time = 1:16)
Run the code above in your browser using DataLab