ger_ASG {GerminaR} | R Documentation |
ArcSin of Germination Percentage
Description
This function calculates the arcsin of germination percentage for normalization.
Usage
ger_ASG(SeedN, evalName, data)
Arguments
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. |
Value
It returns an vector with the ArcSin of Germination values
Examples
library(GerminaR)
dfr <- prosopis
gas <- ger_ASG(SeedN = "seeds", evalName = "D", data = dfr)
gas
[Package GerminaR version 2.1.4 Index]