Description Usage Arguments Value
View source: R/criterio2Summary.R View source: R/getSummary.R
Generates a summary for a epoch or BIN file
Generates a summary for a epoch or BIN file
1 2 3 4 5 | getSummary(df, offset = dhours(0), minimoHorasValidas = 20,
maximoHorasNonWear = 2)
getSummary(df, offset = dhours(0), minimoHorasValidas = 20,
maximoHorasNonWear = 2)
|
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 |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.