hlpr_process_tracks: Processing helper

View source: R/helper-family.R

hlpr_process_tracksR Documentation

Processing helper

Description

To be used as mapped function in purrr::map_*(). Only used if experiment type is 'time_lapse'. Processes the track data.frame with regards to column names as well as module based computation if the needed variables are present.

  • completes the track data.frame in cases of uncomplete tracks

  • creates frame related columns

  • filters observations for frames within denoted timespan

  • if migration module usable:

    • computes distance from origin

    • computes distance from last point

    • computes speed

Usage

hlpr_process_tracks(df, phase, object, verbose)

theMILOlab/cypro documentation built on April 5, 2022, 2:03 a.m.