getSummary: Create a summery for the column .criterio of a data frame...

Description Usage Arguments Value

View source: R/criterio2Summary.R View source: R/getSummary.R

Description

Generates a summary for a epoch or BIN file

Generates a summary for a epoch or BIN file

Usage

1
2
3
4
5
getSummary(df, offset = dhours(0), minimoHorasValidas = 20,
  maximoHorasNonWear = 2)

getSummary(df, offset = dhours(0), minimoHorasValidas = 20,
  maximoHorasNonWear = 2)

Arguments

df

data frame with columns timestamp and .criterio

offset

Will add a quantity to the timestamp to assign the instant of time to the appropiate day

minimoHorasValidas

explicar

maximoHorasNonWear

explicar

Variable

minimum amount of time that the condition muest be met to be aconsidered a Bout

durEpoch

amount of time that represents each row of the dataframe (duration of a epoch usually)

df

data frame with columns timestamp, .criterioRaw & .criterioBout

offset

Will add a quantity to the timestamp to assign the instant of time to the appropiate day

Variable

minimum amount of time that the condition muest be met to be aconsidered a Bout

durEpoch

amount of time that represents each row of the dataframe (duration of a epoch usually)

minimoHorasValidas

explicar

maximoHorasNonWear

explicar

Value

a list with a summary. This is the info that we use to define activity variables on a daily basis and on a global value.

a list with a summary. This is the info that we use to define activity variables on a daily basis and on a global value.


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