Description Usage Arguments Value Author(s) Examples
View source: R/Indexes_size_missing.R
Find the first positions of all gaps and their sizes respectively within a multivariate time series.
1 |
data |
a multivariate data |
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).
Thi-Thu-Hong Phan, Andre Bigand, Emilie Poisson-Caillault
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.