ger_GRP | R Documentation |
This function calculates the germination percentage related at total seed sown for experimental unit.
ger_GRP(SeedN, evalName, data)
SeedN |
Name of the column 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. |
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.
It returns an vector with the percentage of seed germinated.
LABOURIAU, L. G.; VALADARES, M. E. B. The germination of seeds. OEA, Washington, DC, 1983.
library(GerminaR) dt <- prosopis grp <- ger_GRP(SeedN = "seeds",evalName = "D", data = dt) grp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.