Learn R Programming

trackeR (version 1.0.0)

changeUnits.trackeRWprime: Change the units of the variables in an trackeRdata object.

Description

Change the units of the variables in an trackeRdata object.

Usage

# S3 method for trackeRWprime
changeUnits(object, variable, unit, ...)

Arguments

object

An object of class trackeRdata.

variable

A vector of variables to be changed.

unit

A vector with the units, corresponding to variable.

...

Currently not used.