ProcessWL: Process Water Levels

Description Usage Arguments Details Value Author(s) See Also

View source: R/ProcessWL.R

Description

This function processes water levels for data analysis.

Usage

1
ProcessWL(water.levels, date.fmt = "%Y-%m-%d %H:%M")

Arguments

water.levels

data.frame. See ‘Details’ section.

date.fmt

character. Date format used to convert character strings to Date class.

Details

Required columns in the water.levels data table include: SITE_NO, a unique site identifier; LEV_DT, the measurement date-time; ALT_VA, referenced land-surface elevation; and LEV_VA, depth below land surface to the water table. The water.levels data table is composed of character-class components.

Value

Returns a data.frame object with the following components:

Site_id

unique site identifier

Date

measurement date

Var

water-level elevation

Author(s)

J.C. Fisher, U.S. Geological Survey, Idaho Water Science Center

See Also

RunAnalysis


jfisher-usgs/Trends documentation built on May 19, 2019, 7:16 a.m.