tg.isPointTier: tg.isPointTier

Description Usage Arguments Value See Also Examples

View source: R/tg.R

Description

Returns TRUE if the tier is PointTier, FALSE otherwise.

Usage

1
tg.isPointTier(tg, tierInd)

Arguments

tg

TextGrid object

tierInd

tier index or "name"

Value

TRUE / FALSE

See Also

tg.isIntervalTier, tg.getTierName, tg.findLabels

Examples

1
2
3
tg <- tg.sample()
tg.isPointTier(tg, 1)
tg.isPointTier(tg, "word")

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