Learn R Programming

move (version 2.0.0)

n.locs: Extract the number of locations of a Move or MoveStack object

Description

The n.locs method returns the number of locations of a track from a Move or MovesStack object.

Usage

"n.locs"(obj) "n.locs"(obj)

Arguments

obj
Move or MoveStack object

Examples

Run this code
data(leroy)
data(fishers)

n.locs(leroy) #number of locations of Move object
n.locs(fishers) #number of locations of MoveStack object

Run the code above in your browser using DataLab