burstId | 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
burst
data(leroy)
burstTrack <- burst(x=leroy,f=months(timestamps(leroy))[-1])
burstId(burstTrack)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.