burstId {move} | R Documentation |
Obtain or set the ids of the behavioral categorization per segment of a MoveBurst object.
## S4 method for signature 'MoveBurst'
burstId(x)
## S4 replacement method for signature '.MoveTrackSingleBurst,factor'
burstId(x) <- value
x |
a |
value |
Replacement values for the burst ids, either a factor or a character vector |
Returns a factor
indicating the category of each segment.
Bart Kranstauber & Anne Scharf
data(leroy)
burstTrack <- burst(x=leroy,f=months(timestamps(leroy))[-1])
burstId(burstTrack)