remove_capture: Removes Capture Effects

remove_captureR 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 track_xyt.

...

Further arguments, none implemented.

start

A lubirdate::Period, indicating the time period to be removed at the beginning of the track.

end

A lubirdate::Period, indicating the time period to be removed at the end of the track.

Value

A tibble without observations that fall within the period of the capture effect.


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