g.wavread {GGIR} | R Documentation |
For reading the wav accelerometer data as collected with an Axivity accelerometer
g.wavread(wavfile, start = 1, end = 100,units="minutes")
wavfile |
filename (required) |
start |
start point for reading data, see also units |
end |
end point for reading data, see also units |
units |
units used for defining start and end |
If only start
is defined then g.binread
will read all data beyond
start
until the end of the file is reached
rawxyz |
matrix with raw x, y, and, z acceleration values |
header |
file header |
timestamps |
local timestamps for |
Vincent T van Hees <v.vanhees@accelting.com>