Description Usage Arguments Value Author(s) Examples
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.
1 | sits_break(data, timeline, start_date, end_date, interval = "12 month")
|
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. |
A sits tibble broken into equal intervals.
Gilberto Camara, gilberto.camara@inpe.br
1 2 | points.tb <- sits_break(point_ndvi, timeline_modis_392,
"2000-08-28", "2016-08-12")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.