events.data {activpalProcessing} | R Documentation |
This data frame is an example of the data frame generated when the function activpal.file.reader is used to read in the activpal events file generated by the activpal software
data(events.data)
A data frame with 1001 observations on the following 6 variables.
time
a factor vector
datacount
a integer vector
interval
a numeric vector
activity
a integer vector
cumulativesteps
a integer vector
methrs
a numeric vector
Example of file generated by activpal.file.reader function
data("events.data",package="activpalProcessing")