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

Description Usage Arguments Author(s) Examples

Description

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

Usage

1
2
3
4
  ## S4 method for signature 'SpatialPointsDataFrame'
n.locs(obj)
  ## S4 method for signature '.MoveTrackStack'
n.locs(obj)

Arguments

obj

Move or MoveStack object

Author(s)

Marco Smolla

Examples

1
2
3
4
5
data(leroy)
data(fishers)

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

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