Plots the results of TWDTW classification (uses dtwSat).
.sits_plot_twdtw_classification(matches, start_date = NULL,
end_date = NULL, interval = "12 month", overlap = 0.5)
A list of dtwSat S4 matches objects produced by sits_TWDTW_matches.
Start date of the plot (used for showing classifications).
End date of the plot (used for showing classifications).
Interval between classifications (used for showing classifications).
Minimum overlapping between one match and the interval of classification. For details see dtwSat::twdtwApply help.