## create a move object
data <- move(system.file("extdata","leroy.csv.gz",package="move"))
## returns a data.frame with all information stored in the spatial data frame of the move object
df <- as.data.frame(data)
b <- moveStack(list(move(system.file("extdata","leroy.csv.gz",package="move")),move(system.file("extdata","leroy.csv.gz",package="move"))))
data.frame(b)
Run the code above in your browser using DataLab