normalize_length {emuR}R Documentation

Normalize length of segments contained in a data.frame like object returned by get_trackdata

Description

Normalize length of segments contained in a data.frame like object returned by get_trackdata

Usage

normalize_length(x, colNames = NULL, N = 21)

Arguments

x

data.frame like object that was generated by get_trackdata with the resultType set to either emuRtrackdata or tibble

colNames

character vector containing names of columns to normalize. If not set all data columns are normalized (T1-TN as well as other numeric columns).

N

specify length of normalized segments (each segment in resulting object will consist of N rows).

Value

data.frame like object containing the length normalized segments

See Also

emuRtrackdata emuRsegs


[Package emuR version 2.5.0 Index]