exponential_integral: exponential_integral

Description Usage Arguments Value Author(s) See Also Examples

View source: R/theis_utilities.R

Description

Function to calculate the exponential integral used in the Theis well function

Usage

1

Arguments

x

Numeric value

Value

This function returns the value of the exponential integral

Author(s)

Oscar Garcia-Cabrejo khaors@gmail.com

See Also

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

Examples

1
2
3
x <- seq(0.01,10,0.05)
Ei <- exponential_integral(x)
plot(x, Ei, type = "p", log = 'y')

khaors/pumpingtest documentation built on Nov. 15, 2019, 8:10 p.m.