ger_ASG | R Documentation |
This function calculates the arcsin of germination percentage for normalization.
ger_ASG(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. |
It returns an vector with the ArcSin of Germination values
library(GerminaR) dfr <- prosopis gas <- ger_ASG(SeedN = "seeds", evalName = "D", data = dfr) gas
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.