Learn R Programming

move (version 2.1.0)

moveStack: Creating a MoveStack

Description

Stacks a list of Move objects

Usage

# S4 method for list
moveStack(x)

Arguments

x

a list of Move objects

Details

This function stacks single Move objects to a MoveStack object.

Examples

Run this code
# 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