Learn R Programming

DTWUMI (version 1.0)

Indexes_size_missing_multi: Indexing gaps size

Description

Stores the position of the begining of each gap and their respective size within a multivariate signal.

Usage

Indexes_size_missing_multi(data)

Arguments

data

multivariate signal

Value

returns a list with one element per signal. Within each element of this list, the first column gives the position of the begining of each gap and the second column its size.

Examples

Run this code
# NOT RUN {
data(dataDTWUMI)
id_NA <- Indexes_size_missing_multi(dataDTWUMI$incomplete_signal)
# }

Run the code above in your browser using DataLab