AccData | R Documentation |
Accelerometer Data Output from read.bin function
An AccData object
Output of read.bin
read.bin
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)])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.