Learn R Programming

NUETON (version 0.2.0)

NdfF: Calculate N derived from Fertilizer (NdfF)

Description

The percentage of plant or soil N that is derived from the fertilizer. Formula: NdfF = (Plant15N / Fert15N) * 100

Usage

NdfF(Plant15N, Fert15N)

Value

A numeric vector of NdfF percentages.

Arguments

Plant15N

A vector of 15N atom percent excess in plant or soil.

Fert15N

15N atom percent excess of fertilizer N.

Examples

Run this code
Plant15N <- c(0.4, 0.5)
Fert15N <- 2.5
NdfF(Plant15N, Fert15N)

Run the code above in your browser using DataLab