decimalHighLow | R Documentation |
decimalHighLow figures out the highest and lowest decimal year based on water year. The input is a data frame with columns Month and DecYear.
decimalHighLow(df)
df |
data.frame with Month, DecYear, and Month columns |
list with DecHigh and DecLow (water year high/low decimal values)
eList <- Choptank_eList
highLow <- decimalHighLow(eList$Sample)
DecHigh <- highLow[["DecHigh"]]
DecLow <- highLow[["DecLow"]]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.