Learn R Programming

GerminaR (version 1.4.2)

ger_GRS: Germinated Seed Number

Description

This function calculates the number of seed germinated.

Usage

ger_GRS(evalName, data)

Arguments

evalName

Prefix of the names of the periods of evaluation.

data

The name of the data frame containing the data.

Value

Number of seed germianated

Examples

Run this code
# NOT RUN {
library(GerminaR)
dt <- prosopis
grs <- ger_GRS(evalName = "D", data = dt)
grs
# }

Run the code above in your browser using DataLab