Description Usage Arguments Value
View source: R/criterioNoMVPA.R
Generates a vector that indicates for each row of a dataframe (usually epoch or BIN file) if that row verifies the condition to be considered a SIB, #'
1 2 | criterioNoMVPA(df, critAnglez = 5, durBoutMin = dseconds(120),
durEpoch = dseconds(5))
|
df |
data frame with columns ANGLEZ, ENMO |
critAnglez |
represents minimum of deviation (in both directios) of angle Z that must happen in a MVPA bout |
durBoutMin |
minimum amount of time that the conditions must be met. |
durEpoch |
amount of time that represents each row of the dataframe (duration of a epoch usually) |
a boolean vector (TRUE/FAlSE) indicating if the condition of belonging to a SIB is met.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.