powered by
Obtain or set the ids of the behavioral categorization per segment of a MoveBurst object.
# S4 method for MoveBurst burstId(x) # S4 method for .MoveTrackSingleBurst,factor burstId(x) <- value
Returns a factor indicating the category of each segment.
factor
a moveBurst object
moveBurst
Replacement values for the burst ids, either a factor or a character vector
Bart Kranstauber & Anne Scharf
burst
data(leroy) burstTrack <- burst(x=leroy,f=months(timestamps(leroy))[-1]) burstId(burstTrack)
Run the code above in your browser using DataLab