| NP | R Documentation |
The ratio of the relative growth rate to the concentration of N in plant tissues. Formula: NP = GR / PlantN
NP(GR, PlantN)
GR |
A numeric vector for Plant relative growth rate. |
PlantN |
A numeric vector for plant N concentration. |
A numeric vector of NP values.
GR <- c(0.5, 0.6)
PlantN <- c(2.0, 2.2)
NP(GR, PlantN)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.