Lux_precipitation | R Documentation |
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.
data("Lux_precipitation")
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
data(Lux_precipitation)
library(xts)
head(event.subset.xts)
tail(event.subset.xts)
plot(event.subset.xts)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.