| estimated<- | R Documentation |
Function to define an intepreted pumping_test object
estimated(x) <- value
x |
A pumping_test object |
value |
Logical value |
The pumping_test object with estimated variable set to TRUE
Oscar Garcia-Cabrejo khaors@gmail.com
Other base functions: additional.parameters<-,
confint.pumping_test,
confint_bootstrap,
confint_jackniffe,
confint_wald, 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,
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
model(ptest.theis) <- 'theis'
estimated(ptest.theis) <- TRUE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.