Passer au contenu

This function analyzes the meteo_datetime column from the meteo slot of the user_data object and determines if the data are daily or hourly observations. It is mainly used by plot_meteo() to ensure that daily data are plotted correctly.

Utilisation

check_daily_meteo(self)

Arguments

self

A user_data R6 object containing a meteo data.frame with a column named meteo_datetime.

Valeur de retour

A logical value: TRUE — if the dataset represents daily meteo data. FALSE — if the dataset contains hourly (or sub-daily) timestamps.