event.subset.xts: Sample precipitation time series in the Grand-Duchy of...

Lux_precipitationR Documentation

Sample precipitation time series in the Grand-Duchy of Luxembourg

Description

A 10-hour sample event for precipitation time series measured in 25 rain gauge stations distributed over the territory of the Grand-Duchy of Luxembourg.

Usage

data("Lux_precipitation")

Format

The format is:
An 'xts' object on 2011-12-16/2011-12-16 10:00:00 containing:
Data: num [1:61, 1:25] 0 0 0 0 0.1 0.1 0.1 0.1 0.1 0.2 ...
- attr(*, "dimnames")=List of 2
..$ : NULL
..$ : chr [1:25] "Dahl" "Echternach" "Esch-Sure" "Eschdorf" ...
Indexed by objects of class: [POSIXct,POSIXt] TZ:
xts Attributes:
NULL

Source

https://www.agrimeteo.lu/

Examples

data(Lux_precipitation)

library(xts)
head(event.subset.xts)
tail(event.subset.xts)

plot(event.subset.xts)

stUPscales documentation built on Sept. 18, 2023, 9:07 a.m.