lin_inter_hrly_to_fifteen {PVplr} | R Documentation |
Linearly interpolate hourly data to 15 min data.
Description
Many weather data sets are hourly and we need values for every 15 minutes.
Usage
lin_inter_hrly_to_fifteen(data, data_ts)
Arguments
data |
A data frame with hourly data. |
data_ts |
The column name for the |
Details
Any value that can not be linearly interpolated such as a string will remain the same.
Value
The resulting fifteen minute data frame.
Author(s)
Arash Khalilnejad
[Package PVplr version 0.1.2 Index]