n.locs | R Documentation |
This function returns the number of locations of a track from a Move or MoveStack object.
## S4 method for signature 'SpatialPointsDataFrame'
n.locs(obj)
## S4 method for signature '.MoveTrackStack'
n.locs(obj)
obj |
a |
number of locations.
If a MoveStack
is provided, the number of locations per individual is returned.
Marco Smolla
data(leroy)
data(fishers)
n.locs(leroy) # of Move object
n.locs(fishers) # of MoveStack object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.