R/visualize.R
visualize.Rd
Plots an object generated from one of the algorithms. In some cases multiple plots will be generated
visualize(profile)
a MatrixProfile or PMP object.
MatrixProfile
PMP
Website: http://www.cs.ucr.edu/~eamonn/MatrixProfile.html
Other Main API: analyze(), compute(), discords(), motifs()
analyze()
compute()
discords()
motifs()
result <- compute(mp_toy_data$data[, 1], 80) visualize(result)