uccle720m: 20th century Uccle maximum daily temperatures in July - matrix
Description
The matrix uccle720m 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
uccle720m
Arguments
Format
A 31 by 100 numeric matrix. Column i contains the maximum
daily temperature in degrees C at Uccle in the year 1900 + i - 1.
The columns are named 1900, 1901, ..., 1999 and the rows are named
after the day of the month: 1, 2, .., 31.
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")
uccle720_ts <- ts(uccle720$temp, start = c(1901, 1), frequency = 31)
plot(uccle720_ts, ylab = "daily maximum temperature in July / degrees C",
xlab = "year")