TextGrid-class {textgRid} | R Documentation |
The TextGrid
class extends the list
class.
A TextGrid
object is essentially a list of
IntervalTier
and
PointTier
objects.
.Data
A list of
IntervalTier
and
PointTier
objects.
startTime
A numeric, the start time of the TextGrid.
endTime
A numeric, the end time of the TextGrid.
TextGrid-constructor
,
TextGrid-accessors
, IntervalTier-class
,
PointTier-class