Esch_Sure2010: Dataset: An example time series for the EmiStatR package

Description Usage Format Source Examples

Description

This dataset is a list that contains a data.frame with two columns: time [y-m-d h:m:s] and precipitation depth, P [mm]. The dataset correspond to measurements for 2010 with time steps of 10 minutes at rain gauge station, Esch-sur-Sure, located close to the sub-catchment of the combined sewer overflow chamber at Goesdorf, Grand-Duchy of Luxembourg.

Usage

1
data("Esch_Sure2010")

Format

A data frame with 52560 observations on the following 2 variables.

time

a POSIXct vector

P [mm]

a numeric vector

Source

https://www.agrimeteo.lu

Examples

1
2
3
data(Esch_Sure2010)

plot(Esch_Sure2010[,2], col="blue", typ="l", xlab = "time", ylab = "Precipitation [mm]")  

EmiStatR documentation built on Sept. 28, 2021, 9:08 a.m.