| IntervalTier-class {textgRid} | R Documentation |
IntervalTier S4 class for Praat TextGrids.
Description
The IntervalTier class extends the Tier class. An
IntervalTier object describes a sequence of non-overlapping labeled
intervals. An interval's label is typically the annotation of some contiguous
portion of waveform data (e.g., a phonetic segment or word in speech data).
Slots
nameA character string, the name of the Tier.
numberAn integer, the number of the Tier within the TextGrid.
startTimesA numeric vector, the start times of the intervals in the IntervalTier.
endTimesA numeric vector, the end times of the intervals in the IntervalTier.
labelsA character vector, the labels of the intervals in the IntervalTier.
See Also
IntervalTier-constructor,
IntervalTier-accessors, TextGrid-class,
Tier-class
[Package textgRid version 1.0.1 Index]