Learn R Programming

NUETON (version 0.2.0)

NRE15: Calculate Isotope-Based Recovery Efficiency (NRE15)

Description

The percent recovery of fertilizer-N in plant and/or soil components. Formula: NRE15 = (TNdfF / FertN) * 100

Usage

NRE15(TNdfF, FertN)

Value

A numeric vector of NRE15 percentages.

Arguments

TNdfF

Total N derived from Fertilizer (vector).

FertN

Fertilizer N input (numeric vector or single value).

Examples

Run this code
TNdfF <- c(5.5, 6.0, 4.8)
FertN <- 50
NRE15(TNdfF, FertN)

Run the code above in your browser using DataLab