Esch_Sure2010 {EmiStatR} | R Documentation |
Dataset: An example time series for the EmiStatR package
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
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
Examples
data(Esch_Sure2010)
plot(Esch_Sure2010[,2], col="blue", typ="l", xlab = "time", ylab = "Precipitation [mm]")
[Package EmiStatR version 1.2.3.0 Index]