filter_min_n_burst {amt}R Documentation

Filter bursts by number of relocations

Description

Only retain bursts with a minimum number (= min_n) of relocations.

Usage

filter_min_n_burst(x, ...)

## S3 method for class 'track_xy'
filter_min_n_burst(x, min_n = 3, ...)

Arguments

x

[track_xy, track_xyt]
A track created with make_track.

...

Further arguments, none implemented.

min_n

⁠[numeric(1)=3]⁠
Indicating the minimum number of relocations (=fixes per burst).

Value

A tibble of class track_xy(t).


[Package amt version 0.2.2.0 Index]