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 |
|
... |
Further arguments, none implemented. |
min_n |
|
Value
A tibble
of class track_xy(t)
.
[Package amt version 0.2.2.0 Index]