vadose_response | R Documentation |
weeks_1979 1-D air diffusivity
vadose_response(time, air_diffusivity, thickness, precision, inverse)
time |
numeric vector of elapsed times |
air_diffusivity |
A numeric value of the unsaturated zone air diffusivity |
thickness |
A numeric value of the unsaturated zone thickness |
precision |
A numeric value of for the solution precision |
inverse |
A logical value indicating if an inverse water level relationship is desired |
weeks 1979 model
vr <- vadose_response(time = 0:43200,
air_diffusivity = 0.20,
thickness = 40,
precision = 1e-10,
inverse = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.