powered by
This function converts a 6-hourly time series to a daily time series and calculates the maximum value for each day.
max_daily_value(timeseries)
A data frame containing the daily maximum values.
A time series with a 6-hourly resolution.
# Example usage: timeseries <- ArdecheStMartin max_daily_value(timeseries)
Run the code above in your browser using DataLab