tRackIT: calculate triangulations

View source: R/tRackIT_fun.R

tRackITR Documentation

calculate triangulations

Description

calculates triangulations

Usage

tRackIT(
  animal,
  projList,
  tw = 5,
  be_col = "bearings_filtered",
  path_to_directory
)

Arguments

animal

list, list generated by initAnimal functiom

projList

list, list generated by initProject functiom

tw

numeric, time window in which bearings are used for triangulation

be_col

character, colname of bearing column

path_to_directory

string, path to directory where files with bearings are stored

Author(s)

Jannis Gottwald

Examples

#projroot<-paste0(getwd(),"/tRackIT_test_data/")
# get project file
#p <- getProject(projroot)
# get meta data of 1 individual
#animal <- getAnimal(projroot, animalID = "woodpecker")
#tRackIT(animal = animal, projList = p, be_col = "bearings_filtered", tw = 5, path_to_directory = animal$path$bearings_filtered)


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