P1 {EmiStatR}R Documentation

Dataset: An example of input 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 January 2016 with time steps of 10 minutes at rain gauge station, Dahl, located close to the sub-catchment of the combined sewer overflow chamber at Goesdorf, Grand-Duchy of Luxembourg.

Usage

data("P1")

Format

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

time

a POSIXct vector

⁠P [mm]⁠

a numeric vector

Source

https://www.agrimeteo.lu

Examples

data("P1")

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


[Package EmiStatR version 1.2.3.0 Index]