| NUEcrop | R Documentation |
The fraction of fertilizer N that is utilized and allocated to yield N. Formula: NUEcrop = YieldN / FertN
NUEcrop(YieldN, FertN)
YieldN |
A numeric vector of the N removed as yield. |
FertN |
A numeric value or vector for fertilizer N input. |
A numeric vector of NUEcrop values.
YieldN <- c(80, 90, 100)
FertN <- 50
NUEcrop(YieldN, FertN)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.