| GENEAratio | R Documentation |
Calculates the ratio of the principle step frequencies.
GENEAratio(principals, freq = "Freq", nfr = 3L, ...)
principals |
principal frequency |
freq |
single character naming single numeric variable in parent environment stating sampling frequency |
nfr |
single integer number of frames to search |
... |
other arguments to be swallowed |
Note this function is intended to be called from within
an apply call in segmentation, hence the
unusual syntax of defining the sampling frequency, freq
as an object in the parent frame
single numeric
Freq <- 100
GENEAratio(principals = c(0.1, 3.2, 0.3, 0.0, 0.2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.