conv_nh4 | R Documentation |
Ammonia or nitrogen excretion can be measured in a variety of ways. Convert between different measurements.
conv_nh4(n_waste, from = "umol_NH4", to = "all")
n_waste |
a numeric vector of the ammonia or nitrogen value(s). |
from |
a string describing the unit used to measure
|
to |
a single string either describing the unit to which the conversion should be conducted (options are the same as in |
The sum of NH4+ and NH3 species are considered (i.e. TAN). Conversions are based on relationships and values from the package marelac
.
Matthew A. Birk, matthewabirk@gmail.com
predict_nh3
, conv_o2
conv_nh4(n_waste = 100)
conv_nh4(n_waste = 100, from = 'mg_N')
conv_nh4(n_waste = 100, from = 'mg_N', to = 'umol_NH4')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.