Learn R Programming

countyweather (version 0.1.0)

ave_daily: Average daily weather data across multiple stations.

Description

Returns a dataframe with daily weather averaged across stations, as well as columns showing the number of stations contributing to the average for each variable and each day.

Usage

ave_daily(weather_data)

Arguments

weather_data
A dataframe with daily weather observations. This dataframe is returned from the rnoaa function meteo_pull_monitors.