Learn R Programming

move (version 2.0.0)

burstId: Returns burstId

Description

Obtain a factor returning the ids of behavioral categorization per segment

Usage

"burstId"(x)

Arguments

x
a MoveStack object

Value

Returns a factor indicating the categorization

Examples

Run this code
data(leroy)
burstTrack <- burst(leroy,months(timestamps(leroy))[-1])
burstId(burstTrack)

Run the code above in your browser using DataLab