trim_track | R Documentation |
Remove points that are far away in the start or end of a track.
trim_track(x, d = 10, nend = 100, select = NULL)
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. |
This filter will analyze only the ends of each track. If distance is greater than d
,
any previous/following points will be removed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.