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(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

GerminaR documentation built on May 20, 2022, 1:06 a.m.