# NOT RUN {
data(leroy)
ricky<-move(system.file("extdata","ricky.csv.gz", package="move"))
rickyP<-spTransform(ricky, crs(leroy))
## creating a moveStack from a list of move objects
l <- list(rickyP[200:270,], leroy[200:270,])
moveStack(l)
## creating a moveStack from several move objects
moveStack(rickyP[200:270,], leroy[200:270,], forceTz="UTC")
## creating a moveStack with the same time zone as input move objects
moveStack(rickyP[200:270,], leroy[200:270,], forceTz=attr(timestamps(rickyP),"tzone"))
# }
Run the code above in your browser using DataLab