Guest User

Untitled

a guest
Dec 15th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. filled <- na.approx(object = xts$numeric, xout = grid, rule = 2)
  2. filled <- na.locf(object = as.zoo(xts$numeric), xout = grid, rule = 2)
Add Comment
Please, Sign In to add comment