powered by
Stacks a list of Move objects
# S4 method for list moveStack(x)
a list of Move objects
This function stacks single Move objects to a MoveStack object.
# NOT RUN { data(leroy) data(ricky) l <- list(ricky[200:270,], leroy[200:270,]) moveStack(l) # }
Run the code above in your browser using DataLab