burstId: Returns burstId

Description Usage Arguments Value Author(s) Examples

Description

Obtain a factor returning the ids of behavioral categorization per segment

Usage

1
2
  ## S4 method for signature 'MoveBurst'
burstId(x)

Arguments

x

a MoveStack object

Value

Returns a factor indicating the categorization

Author(s)

Bart Kranstauber

Examples

1
2
3
data(leroy)
burstTrack <- burst(leroy,months(timestamps(leroy))[-1])
burstId(burstTrack)

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