Learn R Programming

move (version 2.1.0)

burstId: Returns burstId

Description

Obtain a factor returning the ids of behavioral categorization per segment

Usage

# S4 method for MoveBurst
burstId(x)
  # S4 method for .MoveTrackSingleBurst,factor
burstId(x)<-value

Arguments

x

a MoveBurst object

value

Replacement values for the burst factor, either a factor or a character

Value

Returns a factor indicating the categorization

Examples

Run this code
# NOT RUN {
data(leroy)
burstTrack <- burst(leroy,months(timestamps(leroy))[-1])
burstId(burstTrack)
# }

Run the code above in your browser using DataLab