powered by
The percent of plant tissue N that is contained in the yield component. Formula: NHI = YieldF / PlantNf
NHI(YieldF, PlantNf)
A numeric vector of NHI values.
A numeric vector of final yield values.
A numeric vector for total plant tissue N.
YieldF <- c(10, 12, 15) PlantNf <- c(2.5, 3.0, 3.2) NHI(YieldF, PlantNf)
Run the code above in your browser using DataLab