Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

start.emusegs

Start and end times for EMU segment lists and trackdata objects


Description

Obtain start and end times for EMU segment lists and trackdata objects

Arguments

x

a segment list or a trackdata object

...

due to the generic only

Details

The function returns the start and/or end times of either a segment list or a trackdata object. The former refers to the boundary times of segments, the latter the start and end times at which the tracks from segments occur. start.emusegs and end.emusegs give exactly the same output as start and end respectively.

Value

A vector of times.

Author(s)

Jonathan Harrington

See Also

Examples

# start time of a segment list
start(polhom)
# duration of a segment list
end(polhom) - start(polhom)
# duration from start time of segment list
# and start time of parallel EPG trackdata
start(polhom) - start(polhom.epg)

emuR

Main Package of the EMU Speech Database Management System

v2.2.0
GPL (>= 2)
Authors
Raphael Winkelmann [aut, cre], Klaus Jaensch [aut, ctb], Steve Cassidy [aut, ctb], Jonathan Harrington [aut, ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.