pumping_test: pumping_test

Description Usage Arguments Value Author(s) See Also Examples

View source: R/pumpingtest.R

Description

Function to create a pumping_test object

Usage

1
pumping_test(id = character(0), Q = 0.0, r = 0.0, t = NULL, s = NULL)

Arguments

id

a character string defining the Pumping test ID

Q

rate measured at pumping well (m3/s)

r

distance to observation well (m)

t

Numeric vector with the times at which measurements were taken (s)

s

Numeric vector with the measured drawdown (m)

Value

A pumping_test object

Author(s)

Oscar Garcia-Cabrejo khaors@gmail.com

See Also

Other base functions: additional.parameters<-, confint.pumping_test, confint_bootstrap, confint_jackniffe, confint_wald, estimated<-, evaluate, fit.optimization, fit.parameters<-, fit.sampling, fit, hydraulic.parameter.names<-, hydraulic.parameters<-, model.parameters, model<-, plot.pumping_test, plot_model_diagnostic, plot_sample_influence, plot_uncert, print.pumping_test, simulate, summary.pumping_test

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
# Define a pumping test
tt <- logseq(0, 5, 30)
Tr <- 1e-3
Ss <- 0.0001
r <- 1e3
Q <- 1e-3
s <- Q/(4*pi*Tr)*theis_well_function(tt)
ptest <- pumping_test("Test", Q = Q, r = r, t = tt, s = s)
ptest
plot(ptest)

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