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


[Package amt version 0.2.2.0 Index]