powered by
The contribution of fertilizer N from the plant tissues towards the yield component. Formula: NUtE = Yield / PlantN
NUtE(Yield, PlantN)
A numeric vector of NUtE values.
A numeric vector of yield values.
A numeric vector for plant tissue N.
Yield <- c(10, 12, 15) PlantN <- c(2.5, 3.0, 3.2) NUtE(Yield, PlantN)
Run the code above in your browser using DataLab