Description Usage Arguments Author(s) See Also Examples
Function to plot the residuals of an estimated pumping test
1 | plot_model_diagnostic(ptest, ...)
|
ptest |
A pumping_test object. It must be estimated. |
... |
Additional parameters to the plot function used in scatter.smooth |
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<-
,
hydraulic.parameters<-
,
model.parameters
, model<-
,
plot.pumping_test
,
plot_sample_influence
,
plot_uncert
,
print.pumping_test
,
pumping_test
, simulate
,
summary.pumping_test
1 2 3 4 5 6 7 8 9 | data(theis)
ptest <- pumping_test("Test", Q = 1.388e-2, r = 250, t = theis$t, s = theis$s)
ptest.fit <- fit(ptest, "theis")
hydraulic.parameters(ptest) <- ptest.fit$hydraulic_parameters
fit.parameters(ptest) <- ptest.fit$parameters
model(ptest) <- "theis"
estimated(ptest) <- TRUE
plot(ptest, type = 'estimation', dmethod = "spline", d = 30)
plot_model_diagnostic(ptest)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.