Description Usage Arguments Value Author(s) See Also Examples
Function to display a short summary of the drawdown data
1 2 |
object |
A pumping_test object |
... |
additional parameters for the data.frame summary function |
This function displays on the console a summary of the drawdown data
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_model_diagnostic
,
plot_sample_influence
,
plot_uncert
,
print.pumping_test
,
pumping_test
, simulate
1 2 3 4 5 6 7 8 9 | # Define a pumping test
tt <- logseq(0, 5, 30)
Tr <- 1e-3
Ss <- 0.0001
r <- 1e3
Q <- 1e-3
s <- Q/(4*pi*Tr)*theis_well_function(tt)
ptest <- pumping_test("Test", Q = Q, r = r, t = tt, s = s)
summary(ptest)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.