filter.triangs.tRackIT: filter triangulations

View source: R/filter_triangulations.R

filter.triangs.tRackITR Documentation

filter triangulations

Description

filters triangulations based on different filter options

Usage

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
)

Arguments

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

Author(s)

Jannis Gottwald


Nature40/tRackIT documentation built on Nov. 21, 2023, 3:43 a.m.