| ger_summary | R Documentation |
This function makes a data table with the result of germination indices for each experimental unit.
ger_summary(factors, SeedN, evalName, cumulative = FALSE, data)
factors |
Factor included for the analysis. |
SeedN |
Name of the column with the seed numbers. |
evalName |
Prefix of the evaluation variable. |
cumulative |
Type of data collection |
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(factors = c("nacl", "temp", "rep")
, SeedN = "seeds"
, evalName = "D"
, cumulative = FALSE
, data = fb)
smr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.