powered by
The contribution of fertilizer N towards yield, compared to a non-fertilized control. Formula: AE = (YieldF - Yield0) / FertN
AE(YieldF, Yield0, FertN)
A numeric vector of AE values.
A numeric vector for yield in fertilized conditions.
A numeric vector of non-fertilized control yield values.
A numeric value or vector for fertilizer N input.
YieldF <- c(10, 12, 15) Yield0 <- c(5, 5, 5) FertN <- 50 AE(YieldF, Yield0, FertN)
Run the code above in your browser using DataLab