sits_break: Breaks a set of time series into equal intervals

Description Usage Arguments Value Author(s) Examples

Description

This function breaks a set of time series into equal time intervals. This function is useful to produce a set of time series with the same number of samples, which is required for building a set of samples for classification.

Usage

1
sits_break(data, timeline, start_date, end_date, interval = "12 month")

Arguments

data

A sits tibble.

timeline

Timeline associated with the data cube.

start_date

Starting date within an interval.

end_date

Ending date within an interval.

interval

Interval for breaking the series.

Value

A sits tibble broken into equal intervals.

Author(s)

Gilberto Camara, gilberto.camara@inpe.br

Examples

1
2
points.tb <- sits_break(point_ndvi, timeline_modis_392,
                        "2000-08-28", "2016-08-12")

e-sensing/sits.data documentation built on Dec. 26, 2019, 11:02 p.m.