P1: Dataset: An example of input time series for the EmiStatR...

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 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

1
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

1
2
3
data("P1")

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

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