Learn R Programming

exdex (version 1.2.3)

uccle720: 20th century Uccle maximum daily temperatures in July - data frame

Description

The dataframe uccle720 contains daily maximum temperatures in degrees C recorded at the Uccle, Belgium during July for the years 1901 to 1999. The Station identifier in the source file is 17 and the Source identifier is 117882. These data are analysed in Holesovsky and Fusek (2020).

Usage

uccle720

Arguments

Format

A data frame with 3100 observations on the following and 5 variables.

  • temp: daily maximum temperature in degrees C.

  • year: the year.

  • month: the month of the year.

  • day: day of the month.

  • date: date with the Date class, in the format YYYY-MM-DD.

References

Holesovsky, J. and Fusek, M. Estimation of the extremal index using censored distributions. Extremes, 23, 197-213 (2020). tools:::Rd_expr_doi("10.1007/s10687-020-00374-3")

Examples

Run this code
uccle720_ts <- ts(uccle720$temp, start = c(1901, 1), frequency = 31)
plot(uccle720_ts, ylab = "daily maximum temperature in July / degrees C",
     xlab = "year")

Run the code above in your browser using DataLab