Qploty: Discharge Plot in a specific (calendrical/hydrological) Year

View source: R/Qploty.R

QplotyR Documentation

Discharge Plot in a specific (calendrical/hydrological) Year

Description

Discharge Plot in a specific (calendrical/hydrological) Year

Usage

Qploty(data, station, year, h = T, pettitt = F)

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; 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 ).

Value

graphic of discharge time series in given (hydrological/calendrical) year, optional with change point detection.

Examples

## Not run: 
Qploty(mosel, "COCHEM", 2000, h=T)

## End(Not run)



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