FGP: Final Percentage of Germination

Description Usage Arguments Examples

View source: R/FGP.R

Description

Calulated the Final Percentage of Germination.

Usage

1
FGP(nger, Nseeds)

Arguments

nger

It is a Vector object containg the accumulated number of seeds geminated.

Nseeds

The total amount of seeds used for the germination or emergence test.

Examples

1
2
nger <- c(0,2,4,15,25,38,45,50,50,50)
FGP(nger,50)

laerciojunio/SeedCalc-Package documentation built on June 27, 2020, 3:40 p.m.