model.parameters | R Documentation |
This function returns a list with the hydraulic or fit parameters of a specific analytical solution.
model.parameters(model, hydraulic = TRUE)
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) |
A list with the corresponding hydraulic or fit parameters.
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<-
, plot.pumping_test
,
plot_model_diagnostic
,
plot_sample_influence
,
plot_uncert
,
print.pumping_test
,
pumping_test
, simulate
,
summary.pumping_test
model <- 'theis'
# Hydraulic parameters of the Theis model
print(model.parameters(model))
# Fit parameters of the Theis model
print(model.parameters(model, FALSE))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.