# NOT RUN {
## AccData = read.bin(datafile) # where data file is a GENEActiv .bin file.
## saveRDS(AccData , "AccData.rds")
x = readRDS(system.file("extdata", "AccData.rds", package = "GENEAsphere"))
plotAccData(x, what = ("sd"))
plotAccData(x, what = ("sd"))
plotAccData(x, what = ("mean"))
plotAccData(x, what = ("temperature"))
plotAccData(x, what = ("light"))
plotAccData(x, what = ("voltage"))
# }
Run the code above in your browser using DataLab