| PointTier-class {textgRid} | R Documentation |
PointTier S4 class for Praat TextGrids.
Description
The PointTier class extends the Tier class.
A PointTier object describes a sequence of labeled points in time.
A point's label is typically the annotation of some event in waveform data
(e.g., the onset of voicing in speech data).
Slots
nameA character string, the name of the Tier.
numberAn integer, the number of the Tier within the TextGrid.
timesA numeric vector, the times of the points in the PointTier.
labelsA character vector, the labels of the points in the PointTier.
See Also
PointTier-constructor,
PointTier-accessors, TextGrid-class,
Tier-class
[Package textgRid version 1.0.1 Index]