Learn R Programming

EGRET (version 3.0.9)

decimalHighLow: 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)

Value

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

Arguments

df

data.frame with Month, DecYear, and Month columns

Examples

Run this code
eList <- Choptank_eList
highLow <- decimalHighLow(eList$Sample)

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

Run the code above in your browser using DataLab