mintrendmeta | R Documentation |
Calculating Trend for annual minimum values. It is possible to calculate the trend for the minimum values of a season or for the whole hydrological year.
mintrendmeta(metadata, data, Startyear, Endyear)
metadata |
data.frame; Overview of GRDC-Dataset. The metadata can be created by metadata_grdc function. |
data |
list; Contains all stations that the discharge analysis should consider. List can be created by grdc_list. Each entry of the list contains the existing discharge measurements (as numeric) and the corresponding dates (as character) for the station. |
Startyear |
numeric; Startyear of timerange. |
Endyear |
numeric; Endyear of timerange. |
dataframe. Including the stationname, the river, the spatial information of the station, the trend (linear model and zyp/"yuepilon"approach (with PreWhitening and Autocorrelation)) trend within every year/winter/summer/spring/autumn in timeframe.
intercept created by zyp.trend.vector
slope created by zyp.trend.vector
significance (Kendall's P-Value) for the final detrended time-series
intercept created by lm
slope created by lm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.