lin_inter_hrly_to_fifteen {PVplr} | R Documentation |
Many weather data sets are hourly and we need values for every 15 minutes.
lin_inter_hrly_to_fifteen(data, data_ts)
data |
A data frame with hourly data. |
data_ts |
The column name for the |
Any value that can not be linearly interpolated such as a string will remain the same.
The resulting fifteen minute data frame.
Arash Khalilnejad