Learn R Programming

FlowScreen (version 1.2.6)

hyear.internal: Add hydrologic Year, month, and doy columns to a daily time series

Description

Add hydrologic Year, month, and doy columns to a daily time series

Usage

hyear.internal(TS, hyrstart = 10)

Value

Returns a data.frame with hyear, hmonth, and hdoy columns appended to the original input data.frame.

Arguments

TS

Output from create.ts function.

hyrstart

define start month of hydrologic year. Defaults to 10 (October).

Author

Jennifer Dierauer