tRackIT | R Documentation |
calculates triangulations
tRackIT(
animal,
projList,
tw = 5,
be_col = "bearings_filtered",
path_to_directory
)
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 |
Jannis Gottwald
#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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.