| PNB | R Documentation |
The expression of plant N content per unit of fertilizer N applied. Formula: PNB = PlantNf / FertN
PNB(PlantNf, FertN)
PlantNf |
A numeric vector of Plant N content in fertilized conditions. |
FertN |
A numeric value or vector for fertilizer N input. |
A numeric vector of PNB values.
PlantNf <- c(3.5, 4.0, 4.2)
FertN <- 50
PNB(PlantNf, FertN)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.