h_year {htsr} | R Documentation |
Annual time series
h_year(file, mhy = 1, op = "M", dig = 1)
file |
File name to proceed |
mhy |
Starting month of the hydrological year (default = 1) |
op |
Sum (S) or Mean (M) (default = "M") |
dig |
Number of significant digits for Value (default = 1) |
The function computes an annual time-series using the annual mean or the annual sum of daily values. It allows the use of hydrological years. The date corresponds to the middle of the year, i.e. the 182th day.
The function returns a time-series of annual values.
P. Chevallier - Nov 2022