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
.Data
A list of
IntervalTier
andPointTier
objects.startTime
A numeric, the start time of the TextGrid.
endTime
A numeric, the end time of the TextGrid.
See Also
TextGrid-constructor
,
TextGrid-accessors
, IntervalTier-class
,
PointTier-class
[Package textgRid version 1.0.1 Index]