criterioNoMVPA: Indicates which rows can not meet the criteria for be...

Description Usage Arguments Value

View source: R/criterioNoMVPA.R

Description

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, #'

Usage

1
2
criterioNoMVPA(df, critAnglez = 5, durBoutMin = dseconds(120),
  durEpoch = dseconds(5))

Arguments

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)

Value

a boolean vector (TRUE/FAlSE) indicating if the condition of belonging to a SIB is met.


fjbaron/rbouts documentation built on July 12, 2019, 7:51 p.m.