Learn R Programming

NUETON (version 0.2.0)

NP: Calculate Nitrogen Productivity (NP)

Description

The ratio of the relative growth rate to the concentration of N in plant tissues. Formula: NP = GR / PlantN

Usage

NP(GR, PlantN)

Value

A numeric vector of NP values.

Arguments

GR

A numeric vector for Plant relative growth rate.

PlantN

A numeric vector for plant N concentration.

Examples

Run this code
GR <- c(0.5, 0.6)
PlantN <- c(2.0, 2.2)
NP(GR, PlantN)

Run the code above in your browser using DataLab