fill_time_gaps: Create a point every second

fill_time_gapsR Documentation

Create a point every second

Description

Fill gaps in the timestamp of track, generating a point every second. Missing points are interpolated based on type.

Usage

fill_time_gaps(x, type = "locf")

Arguments

x

'track' object.

type

interpolation to be used. One of 'locf', 'approx', 'spline', or 'pchip'.

Note

This should be the last filter used in the track data.


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