PointTier-constructor {textgRid} | R Documentation |
Create an instance of the PointTier class.
Description
An S4 generic and S4 methods for creating an PointTier
object.
Usage
PointTier(praatText, ...)
## S4 method for signature 'character'
PointTier(praatText)
Arguments
praatText |
A character vector, the lines of text from a
|
... |
optional arguments for multiple dispatch (in development). |
Value
A PointTier
object. Values for the
tierName
, tierNumber
, times
, and labels
slots are parsed automatically from the praatText
.
See Also
PointTier-class
, PointTier-accessors
[Package textgRid version 1.0.1 Index]