Learn R Programming

emuR (version 0.1.9)

emuRtrackdata: emuR track data object

Description

A emuR track data object is the result of get_trackdata if the resultType parameter is set to "emuRtrackdata" or the result of an explicit call to create_emuRtrackdata. Compared to the trackdata object it is a sub-class of a data.table / data.frame which is meant to ease integration with other packages for further processing. It can be viewed as an amalgamation of a emuRsegs and a trackdata object as it contains the information stored in both objects.

Arguments

Format

The data.table / data.frame has the following columns:
Note that $labels - $sampleRate as well as $T1 - $TN (where the N in TN is to be read as the n-th T value) refer to multiple columns of the object.

Methods

The following methods are implemented for emuRtrackdata objects:

See Also

get_trackdata, create_emuRtrackdata

trackdata