lotek_to_dataframe: transform lotek day log data into data frame

View source: R/lotek_to_dataframe.R

lotek_to_dataframeR Documentation

transform lotek day log data into data frame

Description

transform lotek daylog file data into a data frame with tFirst, tSecond and type

Usage

lotek_to_dataframe(date, sunrise, sunset, TRLon, TRLat)

Arguments

date

column "TimeS" in daylog file as as.Date()

sunrise

column "Sunrise" in daylog file as as.character()

sunset

column "Sunset" in daylog file as as.character()

TRLon

threshold method calculated longitude in daylog file

TRLat

threshold method calculated latitude in daylog file

Value

A data.frame for further use in GeoLight or probGLS

modified after trnTrans() in GeoLight by Tamara Emmenegger


benjamin-merkel/probGLS documentation built on Sept. 15, 2023, 9:15 a.m.