powered by
This function makes a data table with the result of germination indices for each experimental unit.
ger_summary(SeedN, evalName, data)
Name of the column with the seed numbers
Prefix of the evalaution variable
The name of the data frame containing the data.
Data frame with the summary values of germination variables.
# NOT RUN { library(GerminaR) dt <- prosopis smr <- ger_summary(SeedN = "seeds", evalName = "D", data = dt) smr # }
Run the code above in your browser using DataLab