PlotPatterns: Time-series plot with starting points of the given pattern

Description Usage Arguments Value Author(s) Examples

Description

Time-series plot with starting points of the given pattern

Usage

1
PlotPatterns(series, dimension, delay, number.pattern)

Arguments

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)

Value

A plot with time-series and starting points of the given pattern

Author(s)

Eduarda Chagas

Examples

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)

EduardaChagas/NATS_package documentation built on June 20, 2021, 4:39 a.m.