| distanceFilter | R Documentation |
The filter identifies unrealistic positions. The maximal distance per hour/day can be set corresponding to the particular species.
distanceFilter(
tFirst,
tSecond,
type,
twl,
degElevation = -6,
distance,
units = "hour"
)
tFirst |
vector of sunrise/sunset times (e.g. 2008-12-01 08:30). |
tSecond |
vector of of sunrise/sunset times (e.g. 2008-12-01 17:30). |
type |
vector of either 1 or 2, defining |
twl |
data.frame containing twilights and at least |
degElevation |
sun elevation angle in degrees (e.g. -6 for "civil twilight") |
distance |
the maximal distance in km per |
units |
the time unite corresponding to the distance. Default is "hour", alternative option is "day". |
Note that this type of filter significantly depends on the calibration
(degElevation). Especially during equinox periods. In contrast, the
(loessFilter) is independent from positions (uses twilight times)
and therefore superior.
Logical vector. TRUE means the particular position passed the filter.
Simeon Lisovski, Fraenzi Korner-Nievergelt
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.