w_addition | R Documentation |
Compute water addition for an air-dry soil
w_addition(x = NULL, OD_mass, w_extant, w_desired, ...)
x |
List/data frame/tibble. Must contain columns |
OD_mass |
Double. Oven-dry mass of soil in g or kg |
w_extant |
Double. Existing water content (decimal). |
w_desired |
Double. Desired final water content (decimal) |
... |
currently ignored |
A tibble with one row and two columns - the air-dry mass of soil to use and the mass of water to add.
w_addition(OD_mass = 2000, w_extant = 0.05, w_final = 0.18)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.