Description Usage Arguments Value
Interpolate between known positions to fill in missing days
1 | fill.missing.days(id, date, lat, lon, maxinterp = 7, interp = 1)
|
id |
Vector of length N of animal identifiers (so the last day of one animal is not interpolated to the first day of the next) |
date |
Vector of length N of either an rdate or some other integer |
lat |
Vector of length N of latitudes |
lon |
Vector of length N of longitudes |
maxinterp |
Maximum number of missing days to fill between two data points (<=maxinterp) |
interp |
number of positions per day to interpolate |
Data frame of interpolated date/positions with columns id, date, lat, lon (note: original positions are not returned)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.