plot_model_diagnostic: plot_model_diagnostic

Description Usage Arguments Author(s) See Also Examples

View source: R/pumpingtest.R

Description

Function to plot the residuals of an estimated pumping test

Usage

1

Arguments

ptest

A pumping_test object. It must be estimated.

...

Additional parameters to the plot function used in scatter.smooth

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_sample_influence, plot_uncert, print.pumping_test, pumping_test, simulate, summary.pumping_test

Examples

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)

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