Learn R Programming

EmiStatR (version 1.2.3.0)

rw: Dataset: An example of general input for rainwater characteristics in the study region.

Description

This dataset is an example of general input for rainwater characteristics in the sewer system for the study region (Haute-Sure catchment, Grand-Duchy of Luxembourg).

Usage

data("rw")

Arguments

Format

A list of 6 elements:

depth:

numeric, total rainfall amount of time series P1 [mm];

pDur:

numeric, total rainfall duration of time series P1 [min];

CODr:

numeric, rainwater chemical oxygen demand (COD) concentration [mg/l];

NH4r:

numeric, rainwater ammonium (NH4) concentration [mg/l];

stat:

character, raingauge station name for time series P1 [-];

delta.t:

numeric, delta time for time series P1 [min];

Examples

Run this code
# NOT RUN {
data("rw")

str(rw)
# }

Run the code above in your browser using DataLab