View source: R/utilMWRfiltersurface.R
utilMWRfiltersurface | R Documentation |
Filter results data to surface measurements
utilMWRfiltersurface(resdat)
resdat |
results data as returned by |
This function is used internally for all analysis functions
resdat
filtered by Activity Depth/Height Measure
less than or equal to 1 meter or 3.3 feet or Activity Relative Depth Name
as "Surface"
# results file path
respth <- system.file('extdata/ExampleResults.xlsx', package = 'MassWateR')
# results data
resdat <- readMWRresults(respth)
# filter surface data
utilMWRfiltersurface(resdat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.