| .sits_timeline_match_indexes {sits} | R Documentation |
For correct classification, the time series of the input data should be aligned to that of the reference data set (usually a set of patterns). This function aligns these data sets so that shape matching works correctly
.sits_timeline_match_indexes(timeline, ref_dates)
timeline |
Timeline of input observations (vector). |
ref_dates |
List of breaks to be applied to the input data set. |
A list of indexes that match the reference dates to the timelines.
Gilberto Camara, gilberto.camara@inpe.br