Function to assign the hydraulic parameters to a pumping_test object

hydraulic.parameters(x) <- value

Arguments

x

A pumping_test object

value

A list or matrix with the hydraulic parameters.

Value

The pumping_test object with the hydraulic parameters

See also

Examples

data(theis) ptest.theis <- pumping_test('Well1', Q = 1.38e-2, r = 250, t = theis$t, s = theis$s) ptest.theis.fit <- fit(ptest.theis, 'theis') hydraulic.parameters(ptest.theis) <- ptest.theis.fit$hydraulic_parameters