| TextGrid-class {textgRid} | R Documentation |
TextGrid S4 class for Praat TextGrids.
Description
The TextGrid class extends the list class.
A TextGrid object is essentially a list of
IntervalTier and
PointTier objects.
Slots
.DataA list of
IntervalTierandPointTierobjects.startTimeA numeric, the start time of the TextGrid.
endTimeA numeric, the end time of the TextGrid.
See Also
TextGrid-constructor,
TextGrid-accessors, IntervalTier-class,
PointTier-class
[Package textgRid version 1.0.1 Index]