ger_summary: Summary of Germination indices

View source: R/ger_summary.R

ger_summaryR 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(factors, SeedN, evalName, cumulative = FALSE, data)

Arguments

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 ⁠[logic: FALSE or TRUE]⁠

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(factors = c("nacl", "temp", "rep")
                   , SeedN = "seeds"
                   , evalName = "D"
                   , cumulative = FALSE
                   , data = fb)
smr


GerminaR documentation built on Nov. 5, 2025, 6:25 p.m.