Learn R Programming

GerminaR (version 2.1.5)

ger_summary: 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)

Value

Data frame with the summary values of germination variables.

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.

Examples

Run this code

library(GerminaR)
fb <- prosopis
smr <- ger_summary(SeedN = "seeds", evalName = "D", data = fb)
smr

Run the code above in your browser using DataLab