Indexes_size_missing: Indexes and sizes of gaps

Description Usage Arguments Value Author(s) Examples

View source: R/Indexes_size_missing.R

Description

Find the first positions of all gaps and their sizes respectively within a multivariate time series.

Usage

1

Arguments

data

a multivariate data

Value

Return a list per signal in which each element containing the position of the starting of a gap (1st column) and its size (2nd column).

Author(s)

Thi-Thu-Hong Phan, Andre Bigand, Emilie Poisson-Caillault

Examples

1
2
3
4
5
6
data(dataFSMUMI)
X <- dataFSMUMI
rate <- 0.1
ngaps <- 1
incompleted_signal <- Creating_gaps(X, rate,1)
id_NA <- Indexes_size_missing(incompleted_signal)

FSMUMI documentation built on May 2, 2019, 12:40 p.m.