Accelerometer Data Object
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)])
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.