Learn R Programming

trackeR (version 0.0.3)

changeUnits.trackeRdataSummary: Change the units of the variables in an trackeRdataSummary object.

Description

Change the units of the variables in an trackeRdataSummary object.

Usage

"changeUnits"(object, variable, unit, ...)

Arguments

object
An object of class trackeRdataSummary.
variable
A vector of variables to be changed. Note, these are expected to be concepts like "speed" rather than variable names like "avgSpeed" or "avgSpeedMoving".
unit
A vector with the units, corresponding to variable.
...
Currently not used.