| AE | R Documentation |
The contribution of fertilizer N towards yield, compared to a non-fertilized control. Formula: AE = (YieldF - Yield0) / FertN
AE(YieldF, Yield0, FertN)
YieldF |
A numeric vector for yield in fertilized conditions. |
Yield0 |
A numeric vector of non-fertilized control yield values. |
FertN |
A numeric value or vector for fertilizer N input. |
A numeric vector of AE values.
YieldF <- c(10, 12, 15)
Yield0 <- c(5, 5, 5)
FertN <- 50
AE(YieldF, Yield0, FertN)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.