model.parameters: model.parameters

Description Usage Arguments Value Author(s) See Also Examples

View source: R/pumpingtest.R

Description

This function returns a list with the hydraulic or fit parameters of a specific analytical solution.

Usage

1
model.parameters(model, hydraulic = TRUE)

Arguments

model

A character string specifying the analytical model.

hydraulic

A logical flag indicating the type of parameters to return (TRUE for hydraulic, FALSE for fit parameters)

Value

A list with the corresponding hydraulic or fit parameters.

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<-, plot.pumping_test, plot_model_diagnostic, plot_sample_influence, plot_uncert, print.pumping_test, pumping_test, simulate, summary.pumping_test

Examples

1
2
3
4
5
model <- 'theis'
# Hydraulic parameters of the Theis model
print(model.parameters(model))
# Fit parameters of the Theis model
print(model.parameters(model, FALSE))

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