View source: R/theis_utilities.R
| exponential_integral | R Documentation |
Function to calculate the exponential integral used in the Theis well function
exponential_integral(x)
x |
Numeric value |
This function returns the value of the exponential integral
Oscar Garcia-Cabrejo khaors@gmail.com
Other theis functions: theis_WF_LT_dlogt,
theis_WF_LT,
theis_calculate_parameters,
theis_solution_dlogt,
theis_solution_initial,
theis_solution,
theis_well_function_large,
theis_well_function_small,
theis_well_function
x <- seq(0.01,10,0.05)
Ei <- exponential_integral(x)
plot(x, Ei, type = "p", log = 'y')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.