ger_summary | R Documentation |
This function makes a data table with the result of germination indices for each experimental unit.
ger_summary(SeedN, evalName, data)
SeedN |
Name of the column with the seed numbers |
evalName |
Prefix of the evaluation variable |
data |
The name of the data frame containing the data. |
Data frame with the summary values of germination variables.
library(GerminaR) fb <- prosopis smr <- ger_summary(SeedN = "seeds", evalName = "D", data = fb) smr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.