remove_capture {amt} | R Documentation |
Removes Capture Effects
Description
Removing relocations at the beginning and/or end of a track, that fall within a user specified period.
Usage
remove_capture_effect(x, ...)
## S3 method for class 'track_xyt'
remove_capture_effect(x, start, end, ...)
Arguments
x |
An object of class |
... |
Further arguments, none implemented. |
start |
A |
end |
A |
Value
A tibble
without observations that fall within the period of the capture effect.
[Package amt version 0.2.2.0 Index]