powered by
This function calculates the arcsin of germination percentage for normalization.
ger_ASG(SeedN, evalName, data)
Name of the colum with the number of seeds sown.
Prefix of the names of the periods of evaluation.
The name of the data frame containing the data.
It returns an vector with the ArcSin of Germination values
# NOT RUN { library(GerminaR) dfr <- prosopis gas <- ger_ASG(SeedN = "seeds", evalName = "D", data = dfr) gas # }
Run the code above in your browser using DataLab