hydraulic.parameters<- | R Documentation |
Function to assign the hydraulic parameters to a pumping_test object
hydraulic.parameters(x) <- value
x |
A pumping_test object |
value |
A list or matrix with the hydraulic parameters. |
The pumping_test object with the hydraulic parameters
Oscar Garcia-Cabrejo khaors@gmail.com
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<-
,
model.parameters
, model<-
,
plot.pumping_test
,
plot_model_diagnostic
,
plot_sample_influence
,
plot_uncert
,
print.pumping_test
,
pumping_test
, simulate
,
summary.pumping_test
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.