View source: R/smoothing_utilities.R
Function to smooth or filter the drawdown data using different methodologies.
1 2 | smoothing.pumping_test(ptest, ntvalues = NULL, method = c("spline",
"kernsmooth", "lokern", "locpol", "lpridge"))
|
ptest |
A pumping_test object |
ntvalues |
Integer, number of values |
method |
Character string specifying the method to be used in the smoothing. Current options include:
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.