| .sits_timeline_match {sits} | R Documentation |
For correct classification, the input data set should be aligned to that of the reference data set. This function aligns these data sets.
.sits_timeline_match(timeline, ref_start_date, ref_end_date, num_samples)
timeline |
timeline of input observations (vector). |
ref_start_date |
reference for starting the classification. |
ref_end_date |
reference for end the classification. |
num_samples |
number of samples. |
A list of breaks that will be applied to the input data set.
Gilberto Camara, gilberto.camara@inpe.br