activity_vars_tRackIT: calculate variables for activity classification

View source: R/activity_vars_tRackIT.R

activity_vars_tRackITR Documentation

calculate variables for activity classification

Description

calculates variables for the ML-based activity classification

Usage

activity_vars_tRackIT(animal, t_col, s_col, r_col, tz, rscale = 0)

Arguments

animal

list, list generated by initAnimal function

t_col

string, colname of timestamp column

s_col

string, colname of signal strength column

r_col

tring, name of the column containing the name of each receiver

tz

string, time zone of timestamp

rscale

numeric, numericvalue to rescale to dBW scale

Author(s)

Jannis Gottwald

Examples

# get animal
#projroot<-paste0(getwd(),"/tRackIT_test_data/")
#anml<-getAnimal(projroot =projroot, animalID = "woodpecker")
# calculate activity vars
#activity_vars_tRackIT(animal = anml, t_col = "timestamp", s_col = "max", r_col = "receiver", tz = "CET", rscale = 0)


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