sits_interp: Inerpolation function of sits_table's time series

Description Usage Arguments Value Author(s)

Description

Computes the linearly interpolated bands for a given resolution using the R base function approx

Usage

1
sits_interp(data.tb, fun = stats::approx, n = base::length, ...)

Arguments

data.tb

a valid sits table

fun

the interpolation function to be used

n

the number of time series elements to be created between start date and end date. When a class function is passed to 'n', is is evaluated with each band time series as an argument, e.g. n(band) (default: 'length' function)

...

additional parameters to be used by the fun function

Value

result.tb a sits_table with same samples and the new bands

Author(s)

Rolf Simoes, rolf.simoes@inpe.br


luizassis/sits documentation built on May 30, 2019, 7:15 p.m.