Learn R Programming

STMotif (version 2.0.2)

RankSTMotifs: Rank the STmotifs Rank motifs by their quality

Description

Rank the STmotifs Rank motifs by their quality

Usage

RankSTMotifs(stmotifs)

Value

The ranked version of the identified list of motifs

Arguments

stmotifs

List of identified motifs

Examples

Run this code
#Search for Spatial-time Motifs
D  <- STMotif::example_dataset
DS <- NormSAX(STMotif::example_dataset,5)
stmotifs <- SearchSTMotifs(D,DS,4,5,4,10,2,2)
rstmotifs <- RankSTMotifs(stmotifs)

Run the code above in your browser using DataLab