impute_linear {sits} | R Documentation |
Replace NA values with linear interpolation
Description
Remove NA by linear interpolation
Remove NA by linear interpolation
Usage
impute_linear(data = NULL)
impute_linear(data = NULL)
Arguments
data |
A time series vector or matrix |
Value
A set of filtered time series using the imputation function.
A set of filtered time series using the imputation function.
Author(s)
Gilberto Camara, gilberto.camara@inpe.br
[Package sits version 1.5.0 Index]