Learn R Programming

EGRET (version 3.0.2)

decimalHighLow: decimalHighLow

Description

decimalHighLow

Usage

decimalHighLow(df)

Arguments

df

data.frame with Date, DecYear, and Month columns

Value

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

Examples

Run this code
# NOT RUN {
eList <- Choptank_eList
highLow <- decimalHighLow(eList$Sample)

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

Run the code above in your browser using DataLab