Description Usage Arguments Value Author(s) See Also Examples
View source: R/theis_utilities.R
Function to calculate the exponential integral used in the Theis well function
1 |
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
1 2 3 | 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.