Skip to content
Prev 277660 / 398506 Next

Interpolating hourly basis

One option would be, after you have converted one of your date/time
variables (V2 I would assume) to POSIXct class, you can use the interp()
function in the akima package for linear interpolation between adjacent
time points.

-Don