Learn R Programming

move (version 3.2.2)

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

Arguments

x

a moveBurst object

value

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

Value

Returns a factor indicating the category of each segment.

See Also

burst

Examples

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

Run the code above in your browser using DataLab