Learn R Programming

NUETON (version 0.2.0)

NHI: Calculate N Harvest Index (NHI)

Description

The percent of plant tissue N that is contained in the yield component. Formula: NHI = YieldF / PlantNf

Usage

NHI(YieldF, PlantNf)

Value

A numeric vector of NHI values.

Arguments

YieldF

A numeric vector of final yield values.

PlantNf

A numeric vector for total plant tissue N.

Examples

Run this code
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