| PFP | R Documentation |
The expression of yield per unit of fertilizer N applied. Formula: PFP = YieldF / FertN
PFP(YieldF, FertN)
YieldF |
A numeric vector of final yield values. |
FertN |
A numeric value or vector for fertilizer N input. |
A numeric vector of PFP values.
YieldF <- c(10, 12, 15)
FertN <- 50
PFP(YieldF, FertN)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.