decimalHighLow: decimalHighLow

View source: R/stitch.R

decimalHighLowR Documentation

decimalHighLow

Description

decimalHighLow figures out the highest and lowest decimal year based on water year. The input is a data frame with columns Month and DecYear.

Usage

decimalHighLow(df)

Arguments

df

data.frame with Month, DecYear, and Month columns

Value

list with DecHigh and DecLow (water year high/low decimal values)

Examples

eList <- Choptank_eList
highLow <- decimalHighLow(eList$Sample)

DecHigh <- highLow[["DecHigh"]]
DecLow <- highLow[["DecLow"]]

USGS-R/EGRET documentation built on Feb. 9, 2024, 5:30 p.m.