data(data.getmeta)
data(data.inspectfile)
data(data.calibrate)
if (FALSE) {
#inspect file:
I = g.inspectfile(datafile)
#autocalibration:
C = g.calibrate(datafile)
#get meta-data:
M = g.getmeta(datafile, desiredtz = "Europe/London",
windowsizes = c(5, 900, 3600),
daylimit = FALSE, offset = c(0, 0, 0),
scale = c(1, 1, 1), tempoffset = c(0, 0, 0))
}
#impute meta-data:
IMP = g.impute(M = data.getmeta, I = data.inspectfile, ID = "01wk0")
#analyse and produce summary:
A = g.analyse(I = data.inspectfile, C = data.calibrate,
M = data.getmeta, IMP, ID = "01wk0")
Run the code above in your browser using DataLab