burstId: Returns or sets the burstId

burstIdR Documentation

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 signature 'MoveBurst'
burstId(x)
  ## S4 replacement method for signature '.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.

Author(s)

Bart Kranstauber & Anne Scharf

See Also

burst

Examples

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

move documentation built on July 9, 2023, 6:09 p.m.