trim_track: Trim start and end of each track

trim_trackR Documentation

Trim start and end of each track

Description

Remove points that are far away in the start or end of a track.

Usage

trim_track(x, d = 10, nend = 100, select = NULL)

Arguments

x

'track' object.

d

threshold to remove outliers, same units original data.

nend

maximum number of points at each end that can removed.

select

character. The filter is applied only in these dives.

Details

This filter will analyze only the ends of each track. If distance is greater than d, any previous/following points will be removed.


correapvf/trackROV documentation built on Nov. 19, 2024, 9:04 p.m.