Description Usage Arguments Value
View source: R/part0_maincall.R
This R script will generate all necessary R/Rmd/shell files for data processing after running GGIR for accelerometer data.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | afterggir(
mode,
useIDs.FN = NULL,
currentdir,
studyname,
bindir = NULL,
outputdir,
epochIn = 5,
epochOut = 5,
flag.epochOut = 60,
log.multiplier = 9250,
use.cluster = TRUE,
QCdays.alpha = 7,
QChours.alpha = 16,
QCnights.feature.alpha = c(0, 0),
Rversion = "R",
filename2id = NULL,
PA.threshold = c(50, 100, 400),
desiredtz = "US/Eastern",
RemoveDaySleeper = FALSE,
part5FN = "WW_L50M100V400_T5A5",
NfileEachBundle = 20,
trace = FALSE
)
|
mode |
|
useIDs.FN |
|
currentdir |
|
studyname |
|
bindir |
|
outputdir |
|
epochIn |
|
epochOut |
|
flag.epochOut |
|
log.multiplier |
|
use.cluster |
|
QCdays.alpha |
|
QChours.alpha |
|
QCnights.feature.alpha |
|
Rversion |
|
filename2id |
|
PA.threshold |
|
desiredtz |
|
RemoveDaySleeper |
|
part5FN |
|
NfileEachBundle |
|
trace |
|
See postGGIR manual for details.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.