Description Usage Arguments Value See Also Examples
View source: R/impute_epochs.R
Trim leading and trailing NAs. Fill in the rest of the NAs using cubic spline interpolation.
1 | impute_epochs(agdb, ...)
|
agdb |
A |
... |
Comma separated list of unquoted variables. |
A tibble
(tbl
) of activity data. Each variable
in ...
is imputed.
1 2 3 4 5 6 | library("dplyr")
data("gtxplus1day")
gtxplus1day$axis1[5:10] <- NA
gtxplus1day %>%
impute_epochs(axis1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.