Description Usage Arguments Value Author(s) Examples
Time-series plot with starting points of the given pattern
1 | PlotPatterns(series, dimension, delay, number.pattern)
|
series |
A numeric vector (e.g. a time series) |
dimension |
Dimension size of ordinal patterns |
delay |
Size of the embedding delay of ordinal patterns |
number.pattern |
Pattern that should have its starting point analyzed on the time-series graph. The indices of the patterns followed are done by ordering the positions of the groups in chronological order (Permutation of Classification) |
A plot with time-series and starting points of the given pattern
Eduarda Chagas
1 2 3 4 5 6 7 | set.seed(123, kind = "Mersenne-Twister")
x <- runif(110000)
d <- 3
del <- 1
n = 1
p <- PlotPatterns(series = x, dimension = d, delay = del, number.pattern = n)
print(p)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.