linear_interpolation {simET} | R Documentation |
linear interpolation for vector
Description
Linear interpolation is performed by using the values on both sides of the missing values.
Usage
linear_interpolation(DataVector)
Arguments
DataVector |
data vector.Note that the starting value of vector needs to be no missing value. |
Value
A interpolated vector
[Package simET version 1.0.3 Index]