fill_time_gaps | R Documentation |
Fill gaps in the timestamp of track, generating a point every second.
Missing points are interpolated based on type
.
fill_time_gaps(x, type = "locf")
x |
'track' object. |
type |
interpolation to be used. One of 'locf', 'approx', 'spline', or 'pchip'. |
This should be the last filter used in the track data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.