Learn R Programming

sits (version 1.1.0)

.sits_plot_twdtw_class: Plot classification results using the dtwSat package

Description

Plots the results of TWDTW classification (uses dtwSat).

Usage

.sits_plot_twdtw_class(
  matches,
  start_date = NULL,
  end_date = NULL,
  interval = "12 month",
  overlap = 0.5
)

Value

Return the same input value.

Arguments

matches

dtwSat S4 objects produced by sits_TWDTW_matches.

start_date

Start date of the plot (used for classifications).

end_date

End date of the plot (used for classifications).

interval

Interval between classifications.

overlap

Minimum overlapping between one match and the interval of classification. For details see dtwSat::twdtwApply help.

Author

Victor Maus, vwmaus1@gmail.com

Gilberto Camara, gilberto.camara@inpe.br