impute_linear: Replace NA values with linear interpolation

View source: R/sits_imputation.R View source: R/sits_imputation.R

impute_linearR 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


sits documentation built on May 29, 2024, 5:55 a.m.