monthly_values: Obtain a single groundwater level for each month

View source: R/monthlyValues.R

monthly_valuesR Documentation

Obtain a single groundwater level for each month

Description

Assigns each reading to a month; sometimes there are several readings in a month that may be better assigned to a different month if they are at the border. Does not estimate values for months where there were 0 observations.

Usage

monthly_values(df)

Arguments

df

Data frame with columns EMS_ID, Well_Num, Date, GWL

Value

A data frame with one value per month. Does not estimate values for months where there were 0 observations.


bcgov/bcgroundwater documentation built on March 18, 2024, 5:43 a.m.