NHI: Calculate N Harvest Index (NHI)

View source: R/NHI.R

NHIR Documentation

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)

Arguments

YieldF

A numeric vector of final yield values.

PlantNf

A numeric vector for total plant tissue N.

Value

A numeric vector of NHI values.

Examples

YieldF <- c(10, 12, 15)
PlantNf <- c(2.5, 3.0, 3.2)
NHI(YieldF, PlantNf)

NUETON documentation built on Dec. 18, 2025, 1:07 a.m.