moveStack: Creating a MoveStack

Description Usage Arguments Details Note Author(s) Examples

Description

Stacks a list of Move objects

Usage

1
2
  ## S4 method for signature 'list'
moveStack(x)

Arguments

x

a list of Move objects

Details

This function stacks single Move objects to a MoveStack object.

Note

All animal names are converted into 'good names' which means, that spaces are replaced with points and duplicated names get an individual number added. For example:
'Leroy, Leroy' -> adding number to duplicated names ->'Leroy, Leroy.1'
'Ricky T' -> replacing spaces -> 'Ricky.T'

Author(s)

Marco Smolla

Examples

1
2
3
4
data(leroy)
data(ricky)
l <- list(ricky[200:270,], leroy[200:270,])
moveStack(l)

move documentation built on Jan. 16, 2017, 2:22 a.m.