interpolateNA: Perform linear interpolation of a time series

Description Usage Arguments Value Examples

View source: R/valuefunctions.R

Description

Just what it says with linear interpolation.

Usage

1

Arguments

x

the vector to interpolate

Value

an interpolated vector

Examples

1
interpolateNA(c(1,2,3, NA, NA, NA, 7, 8, 9))

DoktorMike/datools documentation built on Feb. 28, 2021, 8:39 a.m.