schwilklab / skyisland-climate

Climate data and code for Sky Island project
2 stars 2 forks source link

Interpolating NAs in iButton timeseries fills large gaps #2

Closed dschwilk closed 10 years ago

dschwilk commented 10 years ago

Code is supposed to leave gaps over 12 hours as missing data, "NA" and interpolate small gaps to create a regular time series. But na.approx does not work with both maxgap and outx specified.

I need to figure this out.