| Qplot | R Documentation |
Desciptive statistics. Time series of discharge at specific station. Including all discharge measurements.
Qplot(data, station, 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. |
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 showing discharge time series.
## Not run: Qplot(mosel, "COCHEM"; T)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.