View source: R/criterioNoMVPA.R
criterioNoMVPA | R Documentation |
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, #'
criterioNoMVPA(df, critAnglez = 5, durBoutMin = dseconds(120))
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. |
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.