display_motifsSTSeries: Plot the selected spatial-time series with the selected...

Description Usage Arguments Value Examples

Description

Plot the selected spatial-time series with the selected motifs highlighted

Usage

1
display_motifsSTSeries(dataset, rstmotifs, space = c(1:length(dataset)))

Arguments

dataset

Dataset containing numeric values

rstmotifs

List of ranked motifs

space

Select a range of columns to plot the corresponding spatial series

Value

Selected spatial series with the selected motifs highlighted

Examples

1
2
3
4
5
6
7
#Launch all the workflow
#Plot the result
D  <- STMotif::example_dataset
DS <- NormSAX(STMotif::example_dataset,5)
stmotifs <- SearchSTMotifs(D,DS,4,5,4,10,2,2)
rstmotifs <- RankSTMotifs(stmotifs)
display_motifsSTSeries(dataset = STMotif::example_dataset,rstmotifs[c(1:4)],space = c(1:4,10:12))

STMotif documentation built on Jan. 8, 2021, 2:24 a.m.