Learn R Programming

move (version 2.1.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

# S4 method for SpatialPointsDataFrame
n.locs(obj)
  # S4 method for .MoveTrackStack
n.locs(obj)

Arguments

obj

Move or MoveStack object

Examples

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