load(system.file("extdata", "move.RData", package="move"), .GlobalEnv)
tmp <- corridor(leroy, plot=TRUE)
head(tmp) #if assigned to a variable, the coordinates are exported
stack <- moveStack(list(leroy[1:400,], ricky[1:500,]))
stacktmp <- corridor(stack) #working with a stackRun the code above in your browser using DataLab