load(system.file("extdata", "move.RData", package="move"), .GlobalEnv)
stack <- moveStack(list(leroy,leroy))
time.lag(leroy)
time.lag(stack)
timeSummary(ricky) # summary of time measures of a Move object
timeSummary(stack, units="hours") # summary of time measures of a MoveStack object
Run the code above in your browser using DataLab