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