splitDiffTime | R Documentation |
Averages out time differences between successive locations. This is useful in calculating the time-weighted Radius of Gyration, as it provides a method of using both the first and last locations. This assumes that the location is measured at a given time period and will account for half of the time difference occurring between this location and the one immediately preceding, as well as half the time difference occurring between this location and the one immediately following.
splitDiffTime(timestamp)
timestamp |
a duration, period, difftime or interval |
the averaged difftime of same length
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.