normalized_data: Composite normalized hydrograph data

View source: R/analyze.R

normalized_dataR Documentation

Composite normalized hydrograph data

Description

Create normalized composite data

Usage

normalized_data(x, num_years, parameter_cd = "72019")

Arguments

x

aquifer data

num_years

integer number of years required

parameter_cd

character, 5-digit parameter code, default is "72019".

Details

Information can be found here: https://groundwaterwatch.usgs.gov/composite/help/CompositeGroundwaterLevelHelpDocument.docx.html

Value

data frame with year, name, and value

Examples

aquifer_data <- aquifer_data
num_years <- 30

norm_data <- normalized_data(aquifer_data, num_years, "72019")

USGS-R/HASP documentation built on July 28, 2024, 7:53 a.m.