Description Usage Arguments Value See Also Examples
Inserts new point to point tier of the given index.
1 | tg.insertPoint(tg, tierInd, time, label)
|
tg |
TextGrid object |
tierInd |
tier index or "name" |
time |
time of the new point |
label |
time of the new point |
TextGrid object
tg.removePoint
, tg.insertInterval
, tg.insertBoundary
1 2 3 4 5 6 | ## Not run:
tg <- tg.sample()
tg2 <- tg.insertPoint(tg, "phoneme", 1.4, "NEW POINT")
tg.plot(tg2)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.