QBoxploty: Discharge Boxplot of measured Values during specific...

View source: R/QBoxploty.R

QBoxplotyR Documentation

Discharge Boxplot of measured Values during specific (calendrical/hydrological) Year

Description

Discharge Boxplot of measured Values during specific (calendrical/hydrological) Year

Usage

QBoxploty(data, station, year, h = T)

Arguments

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.

Value

Boxplot; Graphic of discharge measurements in a specific (calendrical/hydrological) year. Using geom_boxplot.

Examples

## Not run:  QBoxploty(data, "COCHEM", 2000, h=T)


maibrittbergh/dischanalyst documentation built on May 13, 2022, 1:52 a.m.