Learn R Programming

GerminaR (version 1.4.2)

ger_GRP: Germination Seed Percentage

Description

This function calculates the germination percentage related at total seed sown for experimental unit.

Usage

ger_GRP(SeedN, evalName, data)

Arguments

SeedN

Name of the colum with the number of seeds sown.

evalName

Prefix of the names of the periods of evaluation.

data

The name of the data frame containing the data.

Value

It returns an vector with the percentage of seed germinated.

Details

According GOUVEA LABOURIAU (1983), the germinability of a sample of is the percentage of seeds in which the seed germination process comes to an end, in experimental conditions by the seminal intrauterine growth resulting protrusion (or emergence) of a living embryo.

References

LABOURIAU, L. G.; VALADARES, M. E. B. The germination of seeds. OEA, Washington, DC, 1983.

Examples

Run this code
# NOT RUN {
library(GerminaR)
dt <- prosopis
grp <- ger_GRP(SeedN = "seeds",evalName = "D", data = dt)
grp
# }

Run the code above in your browser using DataLab