criterioENMO | R Documentation |
Generates a vector that indicates for each row of a dataframe (usually epoch or BIN file) if that row verifies the condition limInf<=df[["ENMO"]] <=limSup
criterioENMO(df, limInf = 0, limSup = Inf, useNW = TRUE)
df |
data frame with columns ENMO and eventually .criterioNW (that represents NonWear time as TRUE/FALSE) |
limInf |
inferior limit for ENMO |
limSup |
superior limit for ENMO |
a boolean vector (TRUE/FAlSE) indicating if the condition is met.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.