QBoxploty | R Documentation |
Discharge Boxplot of measured Values during specific (calendrical/hydrological) Year
QBoxploty(data, station, year, h = T)
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; Year within time series of measurements. |
h |
logical; Hydrological year. If h=TRUE (default); hydrological year November - October (given year/given year +1). If h=FALSE: calendrical year: January- December. |
Boxplot; Graphic of discharge measurements in a specific (calendrical/hydrological) year. Using geom_boxplot.
## Not run: QBoxploty(data, "COCHEM", 2000, h=T)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.