Skip to contents

This dataset, algiers_temp_df, is a data frame containing daily maximum and minimum air temperature records for Algiers, Algeria. It provides a comprehensive time series of temperature measurements useful for climate analysis, heatwave detection, and meteorological research.

Usage

data(algiers_temp_df)

Format

A data frame with 16,436 observations and 3 variables:

t

Date of observation (Date)

tMax

Daily maximum air temperature in degrees Celsius (numeric)

tMin

Daily minimum air temperature in degrees Celsius (numeric)

Source

Data taken from the heatwaveR package version 0.5.4

Details

The dataset name has been kept as 'algiers_temp_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the AlgeriAPIs package and assists users in identifying its specific characteristics. The suffix 'df' indicates that the dataset is a data frame object. The original content has not been modified in any way.