Description Usage Arguments Value Author(s) Examples
View source: R/feature_extraction_functions.R
A convenience feature extraction function which characterises a given time series in to statistical features in the time domain.
1 | time_domain_summary(values, sampling_rate = NA)
|
values |
A numeric vector. |
sampling_rate |
Sampling_rate of |
A features data frame of dimension 1 x 20. See the
feature definition vignette:
vignette("feature_definitions", package="mhealthtools")
Thanneer Malai Perumal, Phil Snyder
1 2 3 | time_features = time_domain_summary(
accelerometer_data$x,
sampling_rate = 100.122)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.