FGP {SeedCalc} | R Documentation |
Calulated the Final Percentage of Germination.
FGP(nger, Nseeds)
nger |
It is a |
Nseeds |
The total amount of seeds used for the germination or emergence test. |
nger <- c(0,2,4,15,25,38,45,50,50,50)
FGP(nger,50)