IntervalTier-constructor {textgRid} | R Documentation |
An S4 generic and S4 methods for creating an IntervalTier
object.
IntervalTier(praatText, ...)
## S4 method for signature 'character'
IntervalTier(praatText)
praatText |
A character vector, the lines of text from a
|
... |
optional arguments for multiple dispatch (in development). |
A IntervalTier
object. Values for the
tierName
, tierNumber
, startTimes
, endTimes
,
and labels
slots are parsed automatically from the praatText
.
IntervalTier-class
, IntervalTier-accessors