n.indiv: Extract the number of individuals of a Move or MoveStack...

Description Usage Arguments Details Author(s) Examples

Description

The n.indiv function returns the number of individuals from a Move or MovesStack object.

Usage

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

Arguments

obj

Move or MoveStack object

Details

The function returns 1 for objects of the class Move, and number of individuals for a moveStack

Author(s)

Bart Kranstauber

Examples

1
2
3
4

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