Qploty | R Documentation |
Discharge Plot in a specific (calendrical/hydrological) Year
Qploty(data, station, year, h = T, pettitt = F)
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. |
station |
character; Name of the Station e.g. "COCHEM" - must be named equally like list entry in data. |
year |
numeric; A certain year within the time series since begin of measurements. |
h |
logical; Hydrological year. If h=TRUE; hydrological year November - October (given year/given year +1). If h=FALSE: calendrical year: January- December. |
pettitt |
logical; (default=F); Pettitt-Test. If TRUE : non-parametric test applied on vector with discharge measurements at station. Tests for a "shift in the central tendency of a time series" (source:pettitt.test ). |
graphic of discharge time series in given (hydrological/calendrical) year, optional with change point detection.
## Not run: Qploty(mosel, "COCHEM", 2000, h=T) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.