Description Usage Arguments Value Examples
Provide a time interval and cutoff level to linearly interpolate a movement track.
| 1 2 3 4 5 | interpolate(object, ...)
## S4 method for signature 'Data4M'
interpolate(object, method = "linear", Time.Step,
  Group.Cutoff = 2 * Time.Step, units = "hrs")
 | 
| object | An object of or inheriting from class  | 
| method | Which interpolation method to use? Can be linear, fmm, or natural (the last two of which are spline methods). | 
| Time.Step | The time interval used in the regular time grid. | 
| Group.Cutoff | Observations which are spaced further apart than this will be separated into different group. | 
| units | Can be one of  | 
Returns a copy of object with the Interpolation.Parameters, Interpolated.Locations, and Movement.Data slots filled in.
| 1 2 | sealdata<- data4M(greyseal)
sealdata<- interpolate(sealdata,Time.Step = 66, units = "mins")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.