NBI: Calculate N Balance Intensity (NBI)

View source: R/NBI.R

NBIR Documentation

Calculate N Balance Intensity (NBI)

Description

The difference between fertilizer N applied and the N removed as yield (N Surplus). Formula: NBI = FertN - YieldN

Usage

NBI(YieldN, FertN)

Arguments

YieldN

A numeric vector of the N removed as yield.

FertN

A numeric value or vector for fertilizer N input.

Value

A numeric vector of NBI values.

Examples

YieldN <- c(80, 90, 100)
FertN <- 50
NBI(YieldN, FertN)

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