powered by
The expression of yield per unit of fertilizer N applied. Formula: PFP = YieldF / FertN
PFP(YieldF, FertN)
A numeric vector of PFP values.
A numeric vector of final yield values.
A numeric value or vector for fertilizer N input.
YieldF <- c(10, 12, 15) FertN <- 50 PFP(YieldF, FertN)
Run the code above in your browser using DataLab