Skip to contents

Climate data

Usage

climate

Format

A data frame.

Source

National Oceanic and Atmospheric Administration, Temperature data, weather station Hamburg Fuhlsbüttel, Germany

Examples

dplyr::glimpse(climate)
#> Rows: 1,596
#> Columns: 5
#> $ year            <dbl> 1891, 1891, 1891, 1891, 1891, 1891, 1891, 1891, 1891, …
#> $ month           <chr> "01", "02", "03", "04", "05", "06", "07", "08", "09", …
#> $ avg_temperature <dbl> -3.70, 1.11, 2.65, 5.40, 12.16, 14.51, 17.22, 15.45, 1…
#> $ min_temperature <dbl> -5.90, -1.14, 0.24, 2.46, 8.11, 10.83, 13.97, 12.65, 1…
#> $ max_temperature <dbl> -1.49, 3.37, 5.05, 8.34, 16.21, 18.20, 20.46, 18.25, 1…