agread | R Documentation |
This function reads in raw acceleration data with the pygt3x Python package, the read.gt3x R package with GGIR autocalibration, or the read.gt3x R package.
agread(
path,
parser = c("pygt3x", "GGIR", "read.gt3x"),
tz = "UTC",
verbose = FALSE,
...
)
path |
Path name to the GT3X file or the dataset with columns time, X, Y, and Z axis |
parser |
The parser to use when reading in the data. Parser values include pygt3x, GGIR, and read.gt3x options. |
tz |
the desired timezone, Default: |
verbose |
Print the read method, Default: FALSE. |
... |
Additional arguments to pass into the agread function |
This function reads in raw acceleration data with the pygt3x Python package, the read.gt3x R package with GGIR autocalibration, or the read.gt3x R package.
Returns the raw acceleration data
g.calibrate
read.gt3x
agread(system.file("extdata/example.gt3x", package = "agcounts"), parser = "pygt3x")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.