tg.insertPoint: tg.insertPoint

Description Usage Arguments Value See Also Examples

View source: R/tg.R

Description

Inserts new point to point tier of the given index.

Usage

1
tg.insertPoint(tg, tierInd, time, label)

Arguments

tg

TextGrid object

tierInd

tier index or "name"

time

time of the new point

label

time of the new point

Value

TextGrid object

See Also

tg.removePoint, tg.insertInterval, tg.insertBoundary

Examples

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)

rPraat documentation built on Feb. 28, 2021, 1:06 a.m.