View source: R/filter_triangulations.R
filter.triangs.tRackIT | R Documentation |
filters triangulations based on different filter options
filter.triangs.tRackIT(
animal,
projList,
rerange = 400,
nbi = 1,
max.speed = 20,
tz = "UTC",
filter_speed = TRUE,
filter_distance = TRUE,
filter_biang = TRUE,
tw = 5
)
animal |
list, list generated by initAnimal functiom |
projList |
list, list generated by initProject functiom |
rerange |
numeric, max accepted reception range of single stations, points that are farer than rerange from loudest station will be filtered out |
nbi |
numeric, number of minimum succesul biangulations (intersections) in group |
max.speed |
numeric, maximum accepted speed between consecutive points |
tz |
string, timezone of data time |
filter_speed |
logical, if TRUE speed filter will be applied |
filter_distance, |
if TRUE distance filter will be applied |
filter_biang, |
if TRUE biang filter will be applied |
tw |
numeric, time window of triangulations |
Jannis Gottwald
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.