Learn R Programming

move (version 4.2.5)

burstId: Returns or sets the burstId

Description

Obtain or set the ids of the behavioral categorization per segment of a MoveBurst object.

Usage

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

Value

Returns a factor indicating the category of each segment.

Arguments

x

a moveBurst object

value

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

Author

Bart Kranstauber & Anne Scharf

See Also

burst

Examples

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

Run the code above in your browser using DataLab