filter_min_n_burst {amt} | R Documentation |
Only retain bursts with a minimum number (= min_n
) of relocations.
filter_min_n_burst(x, ...)
## S3 method for class 'track_xy'
filter_min_n_burst(x, min_n = 3, ...)
x |
|
... |
Further arguments, none implemented. |
min_n |
|
A tibble
of class track_xy(t)
.