AccData {GENEAread}R Documentation

Accelerometer Data Object

Description

Accelerometer Data Output from read.bin function

Format

An AccData object

Source

Output of read.bin

See Also

read.bin

Examples

requireNamespace("GENEAread")
binfile  = system.file("binfile/TESTfile.bin", package = "GENEAread")[1]
#Read in the entire file, calibrated
procfile<-read.bin(binfile)
print(procfile)

plot(procfile$temperature,
xlim = c(min(procfile$data.out[,1]),
        max(procfile$data.out[,1])),
ylim = c(10,40))

plot(procfile$data.out[,c(1,7)])

[Package GENEAread version 2.0.10 Index]