metaMQ | R Documentation |
Function creates dataframe. Stations in metadataset are filtered by the given timeframe. To guarantee comparability between stations the measurement series of the stations are adapted to the time frame and shortened to the of the time frame.
metaMQ(Startyear, Endyear, metadata, data)
Startyear |
numeric; Startyear of timerange. |
Endyear |
numeric; Endyear of timerange. |
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. |
dataframe; metadata of stations whose measurement series are at least as long as the given time frame. The Dataframe includes different approaches to calculate the trend of the annual Normalized MQ (within the whole Year/the Spring/the Summer/the Autumn/the Winter)
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
## Not run: MQtf1820_2019=dataset(1820, 2019, metadata, data) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.