filter_min_n_burst: Filter bursts by number of relocations

View source: R/track_resample.R

filter_min_n_burstR 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).


jmsigner/amt documentation built on April 14, 2024, 1:18 a.m.