Learn R Programming

sits (version 1.12.0)

.sits_plot_twdtw_matches: Plot matches between a label pattern and a time series using the dtwSat package

Description

Plots the matches from TWDTW classification for one label.

Usage

.sits_plot_twdtw_matches(matches, patterns.tb, n_matches = 4)

Arguments

matches

A list of dtwSat S4 matches objects produced by sits_TWDTW_matches.

patterns.tb

A set of known temporal signatures for the chosen classes.

n_matches

Number of matches of a given label to be displayed.