Apply functions on daily level. First, time series re-structured according to day of the year, then selected analytical function applied.
1 2 |
data |
Vector of input data |
date |
Time vector |
start_year |
Selected start year |
end_year |
Seleced end year |
do_ma |
Apply moving average filter before analysis (FALSE / TRUE) |
window_width |
If do_ma is TRUE, then moving average filter with here selected window width applied |
method_ana |
Selected analytical method('mean', 'median', 'sum', 'sens_slope') |
break_day |
Define start day (e.g. 274 is 1.October, which is the start of hydrological year in Switzerland). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.