ger_summary {GerminaR} | R Documentation |
Summary of Germination indices
Description
This function makes a data table with the result of germination indices for each experimental unit.
Usage
ger_summary(SeedN, evalName, data)
Arguments
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. |
Value
Data frame with the summary values of germination variables.
Examples
library(GerminaR)
fb <- prosopis
smr <- ger_summary(SeedN = "seeds", evalName = "D", data = fb)
smr
[Package GerminaR version 2.1.4 Index]